debCdn switched from cdn.debian.net to http.debian.net, which seems to be better managed now.

This commit is contained in:
Joey Hess 2014-08-23 13:19:27 -07:00
parent 9b37a5ef03
commit 4f92a77e82
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
propellor (0.8.4) UNRELEASED; urgency=medium
* debCdn switched from cdn.debian.net to http.debian.net, which seems to be
better managed now.
-- Joey Hess <joeyh@debian.org> Sat, 23 Aug 2014 13:18:46 -0700
propellor (0.8.3) unstable; urgency=medium
* The Debian package now includes a single-revision git repository in

View File

@ -50,7 +50,7 @@ binandsrc url suite
bl = debLine backportSuite 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"