propellor spin

This commit is contained in:
Joey Hess 2014-04-02 00:07:22 -04:00
parent 3f96e5a5f3
commit 23a2710330
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ kernelOrg = binandsrc "http://mirrors.kernel.org/debian"
- kernel.org.
-}
stdSourcesList :: DebianSuite -> Property
stdSourcesList suite = setSourcesList (debCdn suite)
stdSourcesList suite = setSourcesList (debCdn suite ++ kernelOrg suite)
`describe` ("standard sources.list for " ++ show suite)
setSourcesList :: [Line] -> Property