chiark / gitweb /
allow arbitrary build products, not only APKs
authorHans-Christoph Steiner <hans@eds.org>
Mon, 31 Oct 2016 18:53:55 +0000 (19:53 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 7 Nov 2016 13:53:01 +0000 (14:53 +0100)
commit84e09cd2a2c9ba4f963e4c56cd1df5cf4ae2e59f
tree8c8dd58d154f381fe4d0000067915bbf23999a5e
parent8ecff5bd616f6c492a9b8779846cedc4b9c5b4c4
allow arbitrary build products, not only APKs

This makes it so that the final build product can be specified in output=
and it'll work no matter if its an APK or not.  This was developed around
the case of building the OTA update.zip for the Privileged Extension. It
should work for any build process in theory but it has not yet been tested.

https://gitlab.com/fdroid/privileged-extension/issues/9
fdroidserver/build.py
fdroidserver/common.py
fdroidserver/update.py
tests/common.TestCase