chiark / gitweb /
use http.debian.net by default
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 17 Aug 2013 14:49:19 +0000 (15:49 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 17 Aug 2013 14:49:19 +0000 (15:49 +0100)
dgit

diff --git a/dgit b/dgit
index a2f3eae095f8ec45881b55f08088e946ba7ad22f..0953129efad8af753b362b690a6269b1bc112d5f 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -146,7 +146,7 @@ our %defcfg = ('dgit.default.distro' => 'debian',
               'dgit-distro.debian.git-path' => '/git/dgit-repos',
               'dgit-distro.debian.git-check' => 'ssh-cmd',
               'dgit-distro.debian.git-create' => 'ssh-cmd',
               'dgit-distro.debian.git-path' => '/git/dgit-repos',
               'dgit-distro.debian.git-check' => 'ssh-cmd',
               'dgit-distro.debian.git-create' => 'ssh-cmd',
-              'dgit-distro.debian.mirror' => 'http://ftp.debian.org/debian/');
+              'dgit-distro.debian.mirror' => 'http://http.debian.net/debian/');
 
 sub cfg {
     foreach my $c (@_) {
 
 sub cfg {
     foreach my $c (@_) {