chiark / gitweb /
jenkins-test: remove tmp hack now that androguard is available
authorHans-Christoph Steiner <hans@eds.org>
Fri, 9 Mar 2018 12:45:51 +0000 (13:45 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 9 Mar 2018 12:45:51 +0000 (13:45 +0100)
Does the same thing as 9f553186e8d24559ab8a9ce2745c041fc094dac4 but for
jenkins.debian.net's profitbricks-build7-amd64 setup.

jenkins-test

index 333255af7a2a7387fb38f8572eca8d846d8e7a2b..6fa49d4b40c8c4924c06c37724c9f196ea5ce28c 100755 (executable)
@@ -25,9 +25,6 @@ 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