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

@ -38,11 +38,6 @@ fi
export PATH=/usr/lib/jvm/java-7-openjdk-amd64/bin:$PATH
#------------------------------------------------------------------------------#
# run local build
cd $WORKSPACE/fdroidserver/getsig
./make.sh
#------------------------------------------------------------------------------#
# run local tests