mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03: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
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue