From: Ian Jackson Date: Tue, 23 Jul 2019 15:03:49 +0000 (+0100) Subject: tag2upload: Use the non-readonly method for dgit fetch X-Git-Tag: archive/debian/9.6~14 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=92e5cb8a90df986f05a2e9c5435d068486320d7a tag2upload: Use the non-readonly method for dgit fetch The principal effect in the Debian configuration is to access the master dgit git server via ssh, rather than the mirror via https. Signed-off-by: Ian Jackson --- diff --git a/infra/dgit-repos-server b/infra/dgit-repos-server index 4c7e0310..f94315af 100755 --- a/infra/dgit-repos-server +++ b/infra/dgit-repos-server @@ -1263,7 +1263,7 @@ END $clogf->('Version', $version); $clogf->('Source', $package); - @fetch = (@dgit, qw(fetch), $suite); + @fetch = (@dgit, qw(--for-push fetch), $suite); debugcmd "+",@_; $!=0; $?=-1; if (system @fetch) {