X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=50c45d7a4168045b6cc4e43a6ea557012bafd488;hb=4d5f90bf99d9f50ebf2012b5aba4ebe7b114125c;hp=9936c5f943645d1956254535f0ebfd7da8f27442;hpb=bdcfbefe02a6dba3f869e1a93e98e107a80edc7b;p=dgit.git diff --git a/dgit b/dgit index 9936c5f9..50c45d7a 100755 --- a/dgit +++ b/dgit @@ -448,11 +448,12 @@ our %defcfg = ('dgit.default.distro' => 'debian', 'dgit.default.username' => '', 'dgit.default.archive-query-default-component' => 'main', 'dgit.default.ssh' => 'ssh', + 'dgit-distro.debian.git-user' => 'dgit', 'dgit-distro.debian.git-host' => 'git.debian.org', 'dgit-distro.debian.git-proto' => 'git+ssh://', - '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.git-path' => '/dgit-repos/', + 'dgit-distro.debian.git-check' => 'true', + 'dgit-distro.debian.git-create' => 'true', 'dgit-distro.debian.sshpsql-host' => 'coccia.debian.org', 'dgit-distro.debian.sshpsql-dbname' => 'service=projectb', 'dgit-distro.debian.upload-host' => 'ftp-master', # for dput @@ -469,14 +470,6 @@ 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 {