chiark / gitweb /
nightly: resign APKs with provided debug.keystore
authorHans-Christoph Steiner <hans@eds.org>
Thu, 30 Nov 2017 20:12:34 +0000 (21:12 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 4 Dec 2017 21:52:41 +0000 (22:52 +0100)
commit8a61b0b94553fc26010807bf94664b81617ea55f
tree3f512824b596cc40cea4dcaf985b4e32f1b1741c
parent1c3a4479abff76c4d0a984f502adc8e92abb1a51
nightly: resign APKs with provided debug.keystore

Rather than needing to run a command before and after the build, in order
to first install the debug.keystore, then after to fetch and publish the
APK, this makes `fdroid nightly` just resign the APK with the provided
debug.keystore.  Then `fdroid nightly` can be run as the final step in a CI
build, and still ensure that the APKs are always signed by the provided
debug.keystore.
fdroidserver/nightly.py