chiark / gitweb /
use jarsigner to verify the APK signature is valid
authorHans-Christoph Steiner <hans@eds.org>
Sat, 30 Aug 2014 02:53:21 +0000 (22:53 -0400)
committerCiaran Gultnieks <ciaran@ciarang.com>
Fri, 7 Nov 2014 09:20:04 +0000 (09:20 +0000)
commitc88eff9af7877a68fd095547636938fde03ef592
tree08aab4b75adc40750c734a7338c8ed21b369b6a5
parent80cc8ef5f0d6cf8272dda36980f36dc2ab713e7a
use jarsigner to verify the APK signature is valid

By using jarsigner here, we can get rid of getsig.java, since the rest of
what getsig.java does can easily be handled in python.  This simplifies
installation and deployment, and makes things work better cross-platform.
This also means that the fdroidserver Debian package no longer needs to
Build-Depends: on default-jdk, which makes builds in pbuilder run a lot
faster. :-)

refs #5 https://gitlab.com/fdroid/fdroidserver/issues/5
fdroidserver/update.py