chiark / gitweb /
jenkins-test: turn off link generation for checkupdates test
authorHans-Christoph Steiner <hans@eds.org>
Thu, 5 Apr 2018 19:01:59 +0000 (21:01 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 5 Apr 2018 19:03:13 +0000 (21:03 +0200)
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

index f7d9ad3ab17c15f614357037031dea8c44fbf19e..8154d5be5af801d2c98ba0c350043b3f3a750595 100755 (executable)
@@ -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