summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-08-03 18:42:11 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-08-03 18:42:11 +0100
commit1a097c19176b1f91ea253532e8329cf79d217168 (patch)
tree83ed80400f316fb5deac05a73cb2cef78f0de5a8
parent1b77fa116900faf2c61e65cec67b0e7e59f31b10 (diff)
Use mirror.ftp-master.debian.org DNS alias rather than coccia. Closes:#752602.
-rw-r--r--debian/changelog2
-rwxr-xr-xdgit2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d24dcf..fee2688 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 8744874..17b7189 100755
--- 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/',