From 395e3a0f5c1d2541a84ac6105f02c7eac34f434b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jul 2015 23:58:25 +0100 Subject: [PATCH] dgit: Debian config: Provide git-create Since we have git-check (for the benefit of the divert to alioth), we need git-create. It doesn't need to do anything because dgit-repos-server will do it. --- dgit | 1 + 1 file changed, 1 insertion(+) diff --git a/dgit b/dgit index e8603ba8..366c4566 100755 --- a/dgit +++ b/dgit @@ -448,6 +448,7 @@ our %defcfg = ('dgit.default.distro' => 'debian', 'dgit-distro.debian.git-user-force' => 'dgit', 'dgit-distro.debian.git-proto' => 'git+ssh://', 'dgit-distro.debian.git-path' => '/dgit/debian/repos', + 'dgit-distro.debian.git-create' => 'true', 'dgit-distro.debian.git-check' => 'ssh-cmd', 'dgit-distro.debian.archive-query-url', 'https://api.ftp-master.debian.org/', # 'dgit-distro.debian.archive-query-tls-key', -- 2.30.2