From: Ian Jackson Date: Sun, 25 Aug 2013 14:42:28 +0000 (+0100) Subject: Use "ftp.debian.org" not "http.debian.net" as the default Debian archive. (http... X-Git-Tag: debian/0.11~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=e52f5e192421e79c6d59f33bc1dcd40272e7e91b Use "ftp.debian.org" not "http.debian.net" as the default Debian archive. (http.debian.net tends to defeat certain kinds of cacheing, and can also have more skew.) --- diff --git a/debian/changelog b/debian/changelog index dee92768..1e148620 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +dgit (0.11) unstable; urgency=low + + * Use "ftp.debian.org" not "http.debian.net" as the default Debian + archive. (http.debian.net tends to defeat certain kinds of cacheing, + and can also have more skew.) + + -- + dgit (0.10) unstable; urgency=low * Create .pc/applied-patches - do not empty it (!) diff --git a/dgit b/dgit index 73523715..d2a52f62 100755 --- a/dgit +++ b/dgit @@ -236,7 +236,7 @@ our %defcfg = ('dgit.default.distro' => 'debian', 'dgit-distro.debian.sshdakls-host' => 'coccia.debian.org', 'dgit-distro.debian.sshdakls-dir' => '/srv/ftp-master.debian.org/ftp/dists', - 'dgit-distro.debian.mirror' => 'http://http.debian.net/debian/'); + 'dgit-distro.debian.mirror' => 'http://ftp.debian.org/debian/'); sub cfg { foreach my $c (@_) {