chiark / gitweb /
Location of dgit-repos is now git.debian.org:/git/dgit-repos/repos. Closes: #720525...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Aug 2013 15:02:25 +0000 (16:02 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Aug 2013 15:02:25 +0000 (16:02 +0100)
debian/changelog
dgit

index fea55959a3ae5786025dec789f39f69049f4b23f..7261108e7028e954c0acce5f42fad6586e138820 100644 (file)
@@ -1,5 +1,8 @@
 dgit (0.11) unstable; urgency=low
 
+  * Location of dgit-repos is now git.debian.org:/git/dgit-repos/repos.
+    Closes: #720525.  The rename on the server side will break older
+    versions of dgit.
   * Fix bug which would make quilt patch fixup fail if git status
     produced "M" lines.
   * Autogenerated quilt patch fixup patch Description contains several
diff --git a/dgit b/dgit
index 0adf30224df5d4c34d6e5f3647d6d9beb7534b10..77a9bb6025306fda3d3661a82460c73542669d89 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -230,7 +230,7 @@ our %defcfg = ('dgit.default.distro' => 'debian',
               'dgit.default.ssh' => 'ssh',
               '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-path' => '/git/dgit-repos/repos',
               'dgit-distro.debian.git-check' => 'ssh-cmd',
               'dgit-distro.debian.git-create' => 'ssh-cmd',
               'dgit-distro.debian.sshdakls-host' => 'coccia.debian.org',