From 42eccf599788b9e596b2200f13f9a379c7491d21 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Jul 2019 19:51:42 +0100 Subject: dgit-repos-server: tag2upload: Clarify key situation comments Signed-off-by: Ian Jackson --- infra/dgit-repos-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/dgit-repos-server b/infra/dgit-repos-server index d8dc857..b853162 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; -- cgit v1.2.3