debCdn switched from cdn.debian.net to http.debian.net, which seems to be better managed now.
Conflicts: debian/changelog
This commit is contained in:
parent
31f84270fd
commit
7f17765de3
|
@ -7,6 +7,8 @@ propellor (0.9.0) UNRELEASED; urgency=medium
|
|||
to use, eg Stable "wheezy".
|
||||
* stdSourcesList uses the stable suite name, to avoid unwanted
|
||||
immediate upgrades to the next stable release.
|
||||
* debCdn switched from cdn.debian.net to http.debian.net, which seems to be
|
||||
better managed now.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 10 Oct 2014 11:08:55 -0400
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ binandsrc url suite = catMaybes
|
|||
return $ debLine bs url stdSections
|
||||
|
||||
debCdn :: SourcesGenerator
|
||||
debCdn = binandsrc "http://cdn.debian.net/debian"
|
||||
debCdn = binandsrc "http://http.debian.net/debian"
|
||||
|
||||
kernelOrg :: SourcesGenerator
|
||||
kernelOrg = binandsrc "http://mirrors.kernel.org/debian"
|
||||
|
|
Loading…
Reference in New Issue