1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

jenkins-test: turn off link generation for checkupdates test

These links will make checkupdates fail since they will make the git repo
dirty.  There is also a mystery "cache/" subdir, but I don't know what is
making that.
This commit is contained in:
Hans-Christoph Steiner 2018-04-05 21:01:59 +02:00
parent 4a5c921aee
commit 45ff2231b0

View File

@ -42,6 +42,7 @@ fi
gpg --import $GNUPGHOME/secring.gpg
echo "build_server_always = True" >> config.py
echo "make_current_version_link = False" >> config.py
echo "gpghome = '$GNUPGHOME'" >> config.py
echo "gpgkey = 'CE71F7FB'" >> config.py
chmod 0600 config.py
@ -63,5 +64,7 @@ sed -i '/^repo_pubkey = /d' config.py
../fdroid rewritemeta --quiet
git --no-pager diff
git status
ls -lR cache || true
../fdroid checkupdates --auto --autoonly --commit