mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00:00
verifybinaries: Don't delete shasums file
It may be useful for local validation.
This commit is contained in:
parent
46c73b57c6
commit
5668c6473a
@ -516,7 +516,6 @@ def verify_published_handler(args: argparse.Namespace) -> ReturnCode:
|
|||||||
|
|
||||||
# Extract hashes and filenames
|
# Extract hashes and filenames
|
||||||
hashes_to_verify = parse_sums_file(SUMS_FILENAME, os_filter)
|
hashes_to_verify = parse_sums_file(SUMS_FILENAME, os_filter)
|
||||||
remove_files([SUMS_FILENAME])
|
|
||||||
if not hashes_to_verify:
|
if not hashes_to_verify:
|
||||||
log.error("no files matched the platform specified")
|
log.error("no files matched the platform specified")
|
||||||
return ReturnCode.NO_BINARIES_MATCH
|
return ReturnCode.NO_BINARIES_MATCH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user