mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-24 16:55:17 -04:00
publish: avoid double removal of dev-supplied reference binary
This commit is contained in:
committed by
Hans-Christoph Steiner
parent
cdc2147de9
commit
db5ed26517
@@ -248,6 +248,9 @@ def main():
|
||||
if compare_result:
|
||||
logging.error("...verification failed - publish skipped : "
|
||||
"{result}".format(result=compare_result))
|
||||
os.remove(srcapk)
|
||||
logging.debug('remvoed developer supplied reference binary: {path}'
|
||||
.format(path=srcapk))
|
||||
else:
|
||||
# Success! So move the downloaded file to the repo, and remove
|
||||
# our built version.
|
||||
|
||||
Reference in New Issue
Block a user