Replace getsig.java with a pure python implementation

Special thanks to deki for helping out with the certificate encodings:
https://gitlab.com/snippets/1842

fixes #5 https://gitlab.com/fdroid/fdroidserver/issues/5
This commit is contained in:
Daniel Martí 2014-08-29 22:53:55 -04:00 committed by Ciaran Gultnieks
parent c88eff9af7
commit 6e2d0a9e1e
5 changed files with 55 additions and 30 deletions

View file

@ -101,8 +101,6 @@ $python setup.py sdist
REPOROOT=`create_test_dir`
cd $REPOROOT
tar xzf `ls -1 $WORKSPACE/dist/fdroidserver-*.tar.gz | sort -n | tail -1`
cd $REPOROOT/fdroidserver-*/fdroidserver/getsig
./make.sh
cd $REPOROOT
./fdroidserver-*/fdroid init
copy_apks_into_repo $REPOROOT