propellor spin
This commit is contained in:
parent
3f96e5a5f3
commit
23a2710330
|
@ -53,7 +53,7 @@ kernelOrg = binandsrc "http://mirrors.kernel.org/debian"
|
||||||
- kernel.org.
|
- kernel.org.
|
||||||
-}
|
-}
|
||||||
stdSourcesList :: DebianSuite -> Property
|
stdSourcesList :: DebianSuite -> Property
|
||||||
stdSourcesList suite = setSourcesList (debCdn suite)
|
stdSourcesList suite = setSourcesList (debCdn suite ++ kernelOrg suite)
|
||||||
`describe` ("standard sources.list for " ++ show suite)
|
`describe` ("standard sources.list for " ++ show suite)
|
||||||
|
|
||||||
setSourcesList :: [Line] -> Property
|
setSourcesList :: [Line] -> Property
|
||||||
|
|
Loading…
Reference in New Issue