From e52f5e192421e79c6d59f33bc1dcd40272e7e91b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Aug 2013 15:42:28 +0100 Subject: [PATCH] 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.) --- debian/changelog | 8 ++++++++ dgit | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 (@_) { -- 2.30.2