Skip to content

Commit bcdaafc

Browse files
authored
Merge pull request #224 from bedroge/skip_unsigned_tarballs
Skip unsigned tarballs
2 parents 8a30206 + ca7b148 commit bcdaafc

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)