From 7f17765de330702e11dce7a08badf009df045315 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 23 Aug 2014 13:19:27 -0700 Subject: 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 1ce54407..5773b936 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 d82eaed3..7cf6c2b0 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" -- cgit v1.2.3 From e7d8cbac1b990f9711567f0fa5355cd048a94d29 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Oct 2014 11:37:50 -0400 Subject: finalize release --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5773b936..2df7a57f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (0.9.0) UNRELEASED; urgency=medium +propellor (0.9.0) unstable; urgency=medium * Avoid encoding the current stable suite in propellor's code, since that poses a difficult transition around the release, @@ -10,7 +10,7 @@ propellor (0.9.0) UNRELEASED; urgency=medium * 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 + -- Joey Hess Fri, 10 Oct 2014 11:37:45 -0400 propellor (0.8.3) unstable; urgency=medium -- cgit v1.2.3