From 45ff2231b0067a21417336291297ae437db7e1ad Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 5 Apr 2018 21:01:59 +0200 Subject: [PATCH] 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. --- jenkins-test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins-test b/jenkins-test index f7d9ad3a..8154d5be 100755 --- a/jenkins-test +++ b/jenkins-test @@ -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