chiark / gitweb /
Revert change to ssh to alioth CNAME, as the recommended CNAME is to something with...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 22 Aug 2013 14:31:55 +0000 (15:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 22 Aug 2013 14:31:55 +0000 (15:31 +0100)
debian/changelog
dgit

index f0a3cb28c7ada589b601e88bd2a561cfaa5d0530..d9ad21947ce6ed7f47d1207cfffbbd35964b9408 100644 (file)
@@ -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.
   * 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 78a0e31dbd44a4efee44fb1661c475f261da256f..7fd7f0d6c4f4de729115a5554e7d86fb0e0679e9 100755 (executable)
--- 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.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',
               'dgit-distro.debian.git-proto' => 'git+ssh://',
               'dgit-distro.debian.git-path' => '/git/dgit-repos',
               'dgit-distro.debian.git-check' => 'ssh-cmd',