summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdgit2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f0a3cb2..d9ad219 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ dgit (0.4~pre2) experimental; urgency=low
* Mangle debian/<version> tags the way git-buildpackage does
(as of git-buildpackage 0.5.5, 3c6bbd0f4992f8da).
* Support dgit-distro.<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 78a0e31..7fd7f0d 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',