chiark / gitweb /
test-dummy-drs `distro': for testing dgit-push-responder. WIP.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 18 Jan 2014 23:16:47 +0000 (23:16 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Mar 2014 18:29:03 +0000 (18:29 +0000)
debian/changelog
dgit

index 95f563b18c0d43e8bcde0906f2356f9b394f9b25..9506e02c02b39f9f0cf6c325b9105845f8978d61 100644 (file)
@@ -3,6 +3,7 @@ dgit (0.22~experimental1) experimental; urgency=low
   * New git-check and git-create methods "true" which are no-ops.
   * Bring forward push of the version tag ref so it happens alongside
     the push of the suite branch ref.
+  * test-dummy-drs `distro': for testing dgit-push-responder.  WIP.
   * dgit-push-responder: WIP
 
  --
diff --git a/dgit b/dgit
index 34257de2ed9454bdc1c924235d1ade41c610c9a9..9936c5f943645d1956254535f0ebfd7da8f27442 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -469,6 +469,14 @@ our %defcfg = ('dgit.default.distro' => 'debian',
               'dgit-distro.test-dummy.archive-query' => "dummycat:$td/aq",
               'dgit-distro.test-dummy.mirror' => "file://$td/mirror/",
               'dgit-distro.test-dummy.upload-host' => 'test-dummy',
+              'dgit-distro.test-dummy-drs.ssh' => "$td/ssh",
+              'dgit-distro.test-dummy-drs.username' => "alice",
+              'dgit-distro.test-dummy-drs.git-check' => "true",
+              'dgit-distro.test-dummy-drs.git-create' => "true",
+              'dgit-distro.test-dummy-drs.git-url' => "$td/git",
+              'dgit-distro.test-dummy-drs.archive-query' => "dummycat:$td/aq",
+              'dgit-distro.test-dummy-drs.mirror' => "file://$td/mirror/",
+              'dgit-distro.test-dummy-drs.upload-host' => 'test-dummy',
                );
 
 sub cfg {