chiark / gitweb /
jenkins: some reliability fixes to the test scripts
[fdroidserver.git] / jenkins-test
index e031d8a4598d0b980a800712e14f2f4dfc60ef99..181da6def5fb26cf815bf957916fe2cc58b5cd1f 100755 (executable)
@@ -30,11 +30,13 @@ cd tests
 cd $WORKSPACE/fdroiddata
 
 test -e config.py || ../fdroid init --verbose
+test -e keystore.jks || ../fdroid update --create-key
 
 export GNUPGHOME=$WORKSPACE/tests/gnupghome
 echo "build_server_always = True" > config.py
 echo "gpghome = '$GNUPGHOME'" >> config.py
 echo "gpgkey = 'CE71F7FB'" >> config.py
+chmod 0600 config.py
 
 # publish process when building and signing are on separate machines
 test -d repo || mkdir repo