summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdgit7
2 files changed, 3 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 37c8ea1..c10a713 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,6 @@ dgit (0.22~experimental1) experimental; urgency=low
* dgit-repos-server: WIP
* New script tests/using-intree for running tests on the source tree.
- * Switch to using dgit@git.debian.org (and dgit-repos-server) by
- default.
-
--
dgit (0.21) unstable; urgency=medium
diff --git a/dgit b/dgit
index 2d2c0f1..6369856 100755
--- a/dgit
+++ b/dgit
@@ -450,12 +450,11 @@ 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' => '/dgit-repos/',
- 'dgit-distro.debian.git-check' => 'true',
- 'dgit-distro.debian.git-create' => 'true',
+ '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.sshpsql-host' => 'coccia.debian.org',
'dgit-distro.debian.sshpsql-dbname' => 'service=projectb',
'dgit-distro.debian.upload-host' => 'ftp-master', # for dput