From 111b247b6198535db5788a07069971e409f539cd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 18 Jan 2014 23:18:22 +0000 Subject: [PATCH] Switch to using dgit@git.debian.org (and dgit-repos-server) by default. --- debian/changelog | 2 ++ dgit | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 521c02fb..20acb795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ dgit (0.22~experimental1) experimental; urgency=low the push of the suite branch ref. * test-dummy-drs `distro': for testing dgit-repos-server. WIP. * dgit-repos-server: WIP + * Switch to using dgit@git.debian.org (and dgit-repos-server) by + default. -- diff --git a/dgit b/dgit index 9936c5f9..61a1f730 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 -- 2.30.2