1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02: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:
Michael Pöhn 2018-07-12 23:04:05 +02:00 committed by Hans-Christoph Steiner
parent b0e9a25abd
commit b6ad6724cc

View File

@ -248,9 +248,6 @@ def main():
if compare_result: if compare_result:
logging.error("...verification failed - publish skipped : " logging.error("...verification failed - publish skipped : "
"{result}".format(result=compare_result)) "{result}".format(result=compare_result))
os.remove(srcapk)
logging.debug('removed developer supplied reference binary: {path}'
.format(path=srcapk))
else: else:
# Success! So move the downloaded file to the repo, and remove # Success! So move the downloaded file to the repo, and remove
# our built version. # our built version.