mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 09:10:30 +03:00
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:
parent
c88eff9af7
commit
6e2d0a9e1e
5 changed files with 55 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue