diff --git a/debian/changelog b/debian/changelog index b3a102f..c1665d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xen-tools (4.4~dev-1) UNRELEASED; urgency=low + + * Also switch from cdn.debian.net to http.debian.net in xen-tools.conf + + -- Axel Beckert Fri, 23 Aug 2013 21:13:07 +0200 + xen-tools (4.4~beta1-1) unstable; urgency=low * New upstream beta release diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index b0693b3..b934996 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -272,10 +272,10 @@ mirror = `xt-guess-suite-and-mirror --mirror` # mirror_sarge = http://archive.debian.org/debian # mirror_etch = http://archive.debian.org/debian # mirror_lenny = http://archive.debian.org/debian -# mirror_squeeze = http://cdn.debian.net/debian -# mirror_wheezy = http://cdn.debian.net/debian -# mirror_jessie = http://cdn.debian.net/debian -# mirror_sid = http://cdn.debian.net/debian +# mirror_squeeze = http://http.debian.net/debian +# mirror_wheezy = http://http.debian.net/debian +# mirror_jessie = http://http.debian.net/debian +# mirror_sid = http://http.debian.net/debian # mirror_dapper = http://old-releases.ubuntu.com/ubuntu # mirror_edgy = http://old-releases.ubuntu.com/ubuntu # mirror_feisty = http://old-releases.ubuntu.com/ubuntu