chiark / gitweb /
index: always use jarsigner for verifying JAR signatures
authorHans-Christoph Steiner <hans@eds.org>
Tue, 19 Sep 2017 13:07:19 +0000 (15:07 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 19 Sep 2017 18:13:36 +0000 (20:13 +0200)
commit5dcb48831feee272a9da4a564c52383d3c952d04
treee137a14e31a22daa87171ce7ec9e13073e820fed
parent535f2afe907219143489d411836e3987c453f27d
index: always use jarsigner for verifying JAR signatures

apksigner v0.7 (build-tools 26.0.1), Google made it require that the
AndroidManifest.xml was present in the archive before it verifies the
signature.  So this needs to stick with the jarsigner hack for JARs.
fdroidserver/common.py
fdroidserver/index.py
tests/index.TestCase
tests/run-tests