chiark / gitweb /
Use mirror.ftp-master.debian.org DNS alias rather than coccia. Closes:#752602.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 3 Aug 2014 17:42:11 +0000 (18:42 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 3 Aug 2014 17:42:11 +0000 (18:42 +0100)
debian/changelog
dgit

index 7d24dcffe3d3278c456a8c8e9ad7d49594984140..fee2688091ab7c4e16f28a7ee115632236846a43 100644 (file)
@@ -6,6 +6,8 @@ dgit (0.22~experimental1) experimental; urgency=low
     Closes:#736524.
   * Work in read-only no-git-history mode with Ubuntu.  You still have
     to pass -dubuntu.  Closes:#751781.
+  * Use mirror.ftp-master.debian.org DNS alias rather than coccia.
+    Closes:#752602.
 
   Minor improvements:
   * Include canonicalised suite name in signed tag message.
diff --git a/dgit b/dgit
index 87448742fcdfd37b1e6edd8bd1546f13c6fcaca8..17b71898eb658660acd65dfbae24e68001cd0e07 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -465,7 +465,7 @@ our %defcfg = ('dgit.default.distro' => 'debian',
               'dgit-distro.debian.git-path' => '/git/dgit-repos/repos',
               'dgit-distro.debian.git-check' => 'ssh-cmd',
               'dgit-distro.debian.git-create' => 'ssh-cmd',
-              'dgit-distro.debian.sshpsql-host' => 'coccia.debian.org',
+              'dgit-distro.debian.sshpsql-host' => 'mirror.ftp-master.debian.org',
               'dgit-distro.debian.sshpsql-dbname' => 'service=projectb',
               'dgit-distro.debian.upload-host' => 'ftp-master', # for dput
               'dgit-distro.debian.mirror' => 'http://ftp.debian.org/debian/',