Merge branch 'joeyconfig'
This commit is contained in:
commit
0fc926934a
|
@ -7,6 +7,8 @@ propellor (2.2.2) UNRELEASED; urgency=medium
|
||||||
* Note that since a new switch had to be added to allow testing the binary,
|
* Note that since a new switch had to be added to allow testing the binary,
|
||||||
upgrading to this version will cause a rebuild from scratch of propellor.
|
upgrading to this version will cause a rebuild from scratch of propellor.
|
||||||
* Added hasLoginShell and shellEnabled.
|
* Added hasLoginShell and shellEnabled.
|
||||||
|
* debCdn changed to new httpredir.debian.org official replacement for
|
||||||
|
http.debian.net.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Thu, 02 Apr 2015 10:09:46 -0400
|
-- Joey Hess <id@joeyh.name> Thu, 02 Apr 2015 10:09:46 -0400
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@ binandsrc url suite = catMaybes
|
||||||
return $ debLine bs url stdSections
|
return $ debLine bs url stdSections
|
||||||
|
|
||||||
debCdn :: SourcesGenerator
|
debCdn :: SourcesGenerator
|
||||||
debCdn = binandsrc "http://http.debian.net/debian"
|
debCdn = binandsrc "http://httpredir.debian.org/debian"
|
||||||
|
|
||||||
kernelOrg :: SourcesGenerator
|
kernelOrg :: SourcesGenerator
|
||||||
kernelOrg = binandsrc "http://mirrors.kernel.org/debian"
|
kernelOrg = binandsrc "http://mirrors.kernel.org/debian"
|
||||||
|
|
Loading…
Reference in New Issue