jenkins: some reliability fixes to the test scripts

This commit is contained in:
Hans-Christoph Steiner 2017-11-10 22:08:31 +01:00
parent daa9635286
commit c89649057a
2 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,7 @@ if [ -e fdroiddata ]; then
git checkout master
git reset --hard origin/master
# keep all the cloned source repos
git clean -fdx --exclude build
git clean -fdx --exclude build --exclude repo --exclude unsigned
else
git clone https://gitlab.com/fdroid/fdroiddata.git fdroiddata
cd fdroiddata

View File

@ -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