fdroidserver/fdroidserver
Hans-Christoph Steiner c88eff9af7 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
2014-11-07 09:20:04 +00:00
..
getsig Remove trailing spaces and tabs 2013-12-30 17:05:25 +01:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py Move build/fdroidserver info to META-INF 2014-10-24 22:20:42 +01:00
checkupdates.py Fix a few remaining gradle flavour crashes 2014-09-15 11:52:12 +02:00
common.py Fix all pep8 warnings 2014-10-24 22:23:58 +02:00
gpgsign.py Generate gpg signatures for apks in archive repo also 2014-06-30 22:49:54 +01:00
import.py Fix 'fdroid import' flavours crasher 2014-09-20 22:35:58 +02:00
init.py Fix --android-home in 'fdroid init' when ANDROID_HOME is set 2014-09-17 00:20:37 +02:00
install.py install: don't error if there are bin apks in repo/ 2014-08-10 01:09:44 +02:00
lint.py Make lint report total app counts as well 2014-10-24 22:24:11 +02:00
metadata.py Set correct defaults for Binaries metadata field 2014-10-27 17:21:04 +00:00
publish.py Set correct defaults for Binaries metadata field 2014-10-27 17:21:04 +00:00
readmeta.py Always run read_srclibs as part of read_metadata 2014-06-30 14:39:52 +02:00
rewritemeta.py Map apps in memory from appid to appinfo 2014-08-16 12:46:02 +02:00
scanner.py Map apps in memory from appid to appinfo 2014-08-16 12:46:02 +02:00
server.py support lists/tuples in 'serverwebroot' config item 2014-07-14 15:04:30 -04:00
stats.py Make stats retrieval more configurable 2014-09-02 18:53:36 +01:00
update.py use jarsigner to verify the APK signature is valid 2014-11-07 09:20:04 +00:00
verify.py Fix all pep8 warnings 2014-10-24 22:23:58 +02:00