From 92e5cb8a90df986f05a2e9c5435d068486320d7a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 23 Jul 2019 16:03:49 +0100 Subject: 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 --- infra/dgit-repos-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra') diff --git a/infra/dgit-repos-server b/infra/dgit-repos-server index 4c7e031..f94315a 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) { -- cgit v1.2.3