From: Hans-Christoph Steiner Date: Fri, 29 Dec 2017 15:06:25 +0000 (+0100) Subject: jenkins.debian.net is Debian/stretch, its build-tools are too old X-Git-Tag: 1.0.0~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9793e573025f76fd8b111918af39d6c01dbbb145;p=fdroidserver.git jenkins.debian.net is Debian/stretch, its build-tools are too old --- diff --git a/jenkins-test b/jenkins-test index b065084a..245cbaa6 100755 --- a/jenkins-test +++ b/jenkins-test @@ -25,6 +25,9 @@ export ANDROID_HOME=/usr/lib/android-sdk rm -rf "$WORKSPACE/.testfiles" cd tests +echo "Debian's build-tools is too old, remove once the package has been updated" +sed -i '/android.permission.READ_EXTERNAL_STORAGE/d' repo/index.xml +sed -i '/^diff -uw .*index-v1.json$/d' run-tests ./run-tests $WORKSPACE/fdroiddata/repo # this is set up and managed by jenkins-build-all