mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Revert "publish: avoid double removal of dev-supplied reference binary"
This reverts commit db5ed26517.
Doh, messed up the rebase...
This commit is contained in:
parent
b0e9a25abd
commit
b6ad6724cc
1 changed files with 0 additions and 3 deletions
|
|
@ -248,9 +248,6 @@ def main():
|
|||
if compare_result:
|
||||
logging.error("...verification failed - publish skipped : "
|
||||
"{result}".format(result=compare_result))
|
||||
os.remove(srcapk)
|
||||
logging.debug('removed developer supplied reference binary: {path}'
|
||||
.format(path=srcapk))
|
||||
else:
|
||||
# Success! So move the downloaded file to the repo, and remove
|
||||
# our built version.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue