chiark / gitweb /
prevent `fdroid publish` from repeatedly downloading the developer binary
authorHans-Christoph Steiner <hans@eds.org>
Wed, 7 Jan 2015 17:54:01 +0000 (18:54 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 12 Jan 2015 09:46:03 +0000 (10:46 +0100)
commita14f82c49e748aa2efaf748eb076dbf107ab83db
tree60ddfe503ed15247da7e955c007c9a010ec59db4
parentb5ed40684f4e9c845a33732a2c6e79345159ccb6
prevent `fdroid publish` from repeatedly downloading the developer binary

wget's --continue makes wget not overwrite the existing file, or create a
new version with a .1 extension.  Instead it tries to finish an incomplete
download, or does nothing if the download is complete and matching.
fdroidserver/publish.py