From 7f17765de330702e11dce7a08badf009df045315 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 23 Aug 2014 13:19:27 -0700 Subject: [PATCH] debCdn switched from cdn.debian.net to http.debian.net, which seems to be better managed now. Conflicts: debian/changelog --- debian/changelog | 2 ++ src/Propellor/Property/Apt.hs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1ce5440..5773b93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 10 Oct 2014 11:08:55 -0400 diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index d82eaed..7cf6c2b 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -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"