chiark / gitweb /
`fdroid publish` now includes OTA ZIPs and related source
authorHans-Christoph Steiner <hans@eds.org>
Wed, 7 Dec 2016 10:48:05 +0000 (11:48 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 9 Jan 2017 10:32:52 +0000 (11:32 +0100)
commitbc27dee950472b34f29b4108884e926b0178f049
tree38721c6935720f6f9f5750b59f552b8f884efaae
parent0eea26753a26dc581dc9c94f9ba6a260b48dc923
`fdroid publish` now includes OTA ZIPs and related source

This adds support for publishing ZIP files which were built with
`fdroid build`.  This is for "Over-The-Air" (OTA) update ZIP files for
flashing to ROMs.  The first example of this is the Privileged Extension,
which must be installed by flashing an OTA ZIP on Android > 5.0.

!181
https://gitlab.com/fdroid/privileged-extension/issues/9
https://gitlab.com/fdroid/privileged-extension/issues/10
https://gitlab.com/fdroid/fdroiddata/merge_requests/1804

Also, "if app.Binaries:" is the same as "if app.Binaries is not None:", but
is the standard Python style.
fdroidserver/common.py
fdroidserver/install.py
fdroidserver/publish.py
fdroidserver/verify.py