mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01: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:
parent
4a5c921aee
commit
45ff2231b0
@ -42,6 +42,7 @@ fi
|
|||||||
gpg --import $GNUPGHOME/secring.gpg
|
gpg --import $GNUPGHOME/secring.gpg
|
||||||
|
|
||||||
echo "build_server_always = True" >> config.py
|
echo "build_server_always = True" >> config.py
|
||||||
|
echo "make_current_version_link = False" >> config.py
|
||||||
echo "gpghome = '$GNUPGHOME'" >> config.py
|
echo "gpghome = '$GNUPGHOME'" >> config.py
|
||||||
echo "gpgkey = 'CE71F7FB'" >> config.py
|
echo "gpgkey = 'CE71F7FB'" >> config.py
|
||||||
chmod 0600 config.py
|
chmod 0600 config.py
|
||||||
@ -63,5 +64,7 @@ sed -i '/^repo_pubkey = /d' config.py
|
|||||||
|
|
||||||
../fdroid rewritemeta --quiet
|
../fdroid rewritemeta --quiet
|
||||||
git --no-pager diff
|
git --no-pager diff
|
||||||
|
git status
|
||||||
|
ls -lR cache || true
|
||||||
|
|
||||||
../fdroid checkupdates --auto --autoonly --commit
|
../fdroid checkupdates --auto --autoonly --commit
|
||||||
|
Loading…
Reference in New Issue
Block a user