projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e77b3
)
Remove other call to guess_uploader_email in read_directive_file
author
Jacob Bachmeyer
<jcb@gnu.org>
Thu, 27 Oct 2022 05:01:10 +0000
(
00:01
-0500)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Thu, 27 Oct 2022 05:01:10 +0000
(
00:01
-0500)
The directive has already been parsed and this call is useless here.
gatekeeper.pl
patch
|
blob
|
blame
|
history
diff --git
a/gatekeeper.pl
b/gatekeeper.pl
index 3db6fc7e8d1bf298241f935efc8aef6f98e1da8d..e289189b4a44d651ea9514be8aa42f70d01744f0 100755
(executable)
--- a/
gatekeeper.pl
+++ b/
gatekeeper.pl
@@
-1979,7
+1979,6
@@
sub read_directive_file {
my $result = verify_clearsigned_message($directive_file_contents, @keyrings);
if ($result->{exitcode} != 0 || defined $result->{TILT}) {
- guess_uploader_email($directive_file_contents);
fatal("gpg verify of directive file failed",1,'',2);
}