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:
Joey Hess 2014-08-23 13:19:27 -07:00
parent 31f84270fd
commit 7f17765de3
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -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

View File

@ -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"