From: Ian Jackson Date: Sat, 6 Jul 2019 18:51:42 +0000 (+0100) Subject: dgit-repos-server: tag2upload: Clarify key situation comments X-Git-Tag: archive/debian/9.1~24 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=42eccf599788b9e596b2200f13f9a379c7491d21 dgit-repos-server: tag2upload: Clarify key situation comments Signed-off-by: Ian Jackson --- diff --git a/infra/dgit-repos-server b/infra/dgit-repos-server index d8dc8574..b8531628 100755 --- a/infra/dgit-repos-server +++ b/infra/dgit-repos-server @@ -1077,6 +1077,7 @@ sub mode_tag2upload () { # CALLER MUST PREVENT MULTIPLE CONCURRENT RUNS IN SAME CWD # If we fail (exit nonzero), caller should capture our stderr, # and retry some bounded number of times in some appropriate way + # Uses whatever ambient gpg key is available @ARGV==2 or die; my $url; @@ -1287,7 +1288,6 @@ END } } push @dgitcmd, qw(push-source --new --overwrite), $suite; - # xxx what about the key to use? runcmd @dgitcmd;