Skip to content

Commit ca7b148

Browse files
committed
make sure we really skip unsigned tarballs
1 parent 8a30206 commit ca7b148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/automated_ingestion/eessitarball.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ def mark_new_tarball_as_staged(self):
307307
# Verify the signatures of the tarball and metadata file.
308308
if not self.verify_signatures():
309309
logging.warn('Signature verification of the tarball or its metadata failed, skipping this tarball...')
310+
return
310311

311312
contents = ''
312313
with open(self.local_metadata_path, 'r') as meta:

0 commit comments

Comments
 (0)