From: Ian Jackson Date: Sun, 3 Aug 2014 17:42:11 +0000 (+0100) Subject: Use mirror.ftp-master.debian.org DNS alias rather than coccia. Closes:#752602. X-Git-Tag: debian/0.22~25 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=1a097c19176b1f91ea253532e8329cf79d217168;hp=1b77fa116900faf2c61e65cec67b0e7e59f31b10 Use mirror.ftp-debian.org DNS alias rather than coccia. Closes:#752602. --- diff --git a/debian/changelog b/debian/changelog index 7d24dcff..fee26880 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 87448742..17b71898 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/',