debCdn switched from cdn.debian.net to http.debian.net, which seems to be better managed now.
This commit is contained in:
parent
9b37a5ef03
commit
4f92a77e82
|
@ -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
|
propellor (0.8.3) unstable; urgency=medium
|
||||||
|
|
||||||
* The Debian package now includes a single-revision git repository in
|
* The Debian package now includes a single-revision git repository in
|
||||||
|
|
|
@ -50,7 +50,7 @@ binandsrc url suite
|
||||||
bl = debLine backportSuite url stdSections
|
bl = debLine backportSuite url stdSections
|
||||||
|
|
||||||
debCdn :: SourcesGenerator
|
debCdn :: SourcesGenerator
|
||||||
debCdn = binandsrc "http://cdn.debian.net/debian"
|
debCdn = binandsrc "http://http.debian.net/debian"
|
||||||
|
|
||||||
kernelOrg :: SourcesGenerator
|
kernelOrg :: SourcesGenerator
|
||||||
kernelOrg = binandsrc "http://mirrors.kernel.org/debian"
|
kernelOrg = binandsrc "http://mirrors.kernel.org/debian"
|
||||||
|
|
Loading…
Reference in New Issue