chiark / gitweb /
jenkins-setup-build-env: actually run tests in the new buildserver VM
authorHans-Christoph Steiner <hans@eds.org>
Mon, 27 Nov 2017 08:58:51 +0000 (09:58 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 27 Nov 2017 09:07:17 +0000 (10:07 +0100)
Oops, this has been failing, since it was running the build on the vm host,
not in the buildserver VM.

jenkins-setup-build-environment

index 026c5507e152f780d0af6025d7497983427122c2..abe123bda0c0b7101c3374a0cc4ef19f8e0cbe8e 100755 (executable)
@@ -79,6 +79,7 @@ else
 fi
 
 cd fdroiddata
+echo "build_server_always = True" > config.py
 
 if [ -z $ANDROID_HOME ]; then
     if [ -e ~/.android/bashrc ]; then