From: Ian Jackson Date: Mon, 19 Aug 2013 19:46:17 +0000 (+0100) Subject: Use dgit.debian.net vhost on alioth. Closes #720172. X-Git-Tag: debian/0.4_pre1~24 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=d75754919b72767b79076ed8c1124f0d76155174 Use dgit.debian.net vhost on alioth. Closes #720172. --- diff --git a/debian/changelog b/debian/changelog index 02563207..5b21abe1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ dgit (0.4) experimental; urgency=low + * Use dgit.debian.net vhost on alioth. Closes #720172. * Fix manpage description of --existing-package. -- diff --git a/dgit b/dgit index ab3d593e..4ba102a8 100755 --- a/dgit +++ b/dgit @@ -150,7 +150,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' => 'git.debian.org', + 'dgit-distro.debian.git-host' => 'dgit.debian.net', 'dgit-distro.debian.git-proto' => 'git+ssh://', 'dgit-distro.debian.git-path' => '/git/dgit-repos', 'dgit-distro.debian.git-check' => 'ssh-cmd',