chiark / gitweb /
Use "ftp.debian.org" not "http.debian.net" as the default Debian archive. (http...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Aug 2013 14:42:28 +0000 (15:42 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Aug 2013 14:42:28 +0000 (15:42 +0100)
debian/changelog
dgit

index dee92768a4032f7c00fcc37f9f6bafa31cb27f4e..1e1486201d85132159e23e502f3c71ed118db743 100644 (file)
@@ -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 73523715f9bfc66aa2075456e297d3ffae2e818c..d2a52f6231935b2d1066cce8b811e63f12389588 100755 (executable)
--- 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 (@_) {