From: Ian Jackson Date: Thu, 22 Aug 2013 14:31:55 +0000 (+0100) Subject: Revert change to ssh to alioth CNAME, as the recommended CNAME is to something with... X-Git-Tag: debian/0.4_pre2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=334d6fab1c067448d73eeaf03bd62ef09ababf6e Revert change to ssh to alioth CNAME, as the recommended CNAME is to something with no write access to the fs and the new CNAME has not yet been set up. This reintroduces #720172 :-/. --- diff --git a/debian/changelog b/debian/changelog index f0a3cb28..d9ad2194 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ dgit (0.4~pre2) experimental; urgency=low * Mangle debian/ tags the way git-buildpackage does (as of git-buildpackage 0.5.5, 3c6bbd0f4992f8da). * Support dgit-distro..keyid config option. + * Revert change to ssh to alioth CNAME, as the recommended CNAME + is to something with no write access to the fs and the new CNAME + has not yet been set up. This reintroduces #720172 :-/. -- diff --git a/dgit b/dgit index 78a0e31d..7fd7f0d6 100755 --- a/dgit +++ b/dgit @@ -214,7 +214,7 @@ our %defcfg = ('dgit.default.distro' => 'debian', 'dgit.default.username' => '', 'dgit.default.archive-query-default-component' => 'main', 'dgit.default.ssh' => 'ssh', - 'dgit-distro.debian.git-host' => 'dgit.debian.net', + 'dgit-distro.debian.git-host' => 'git.debian.org', 'dgit-distro.debian.git-proto' => 'git+ssh://', 'dgit-distro.debian.git-path' => '/git/dgit-repos', 'dgit-distro.debian.git-check' => 'ssh-cmd',