chiark / gitweb /
test ./makebuildserver by running a build in jenkins
authorHans-Christoph Steiner <hans@eds.org>
Wed, 3 Feb 2016 21:02:50 +0000 (22:02 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 4 Feb 2016 19:18:03 +0000 (20:18 +0100)
jenkins-build-makebuildserver

index 5b9c4228ced239abfd1d93bcb252ac78b6648731..76a13a25fe7454511760b2fa6a738e89ec339b48 100755 (executable)
@@ -48,3 +48,11 @@ echo "boot_timeout = 1200" >> $WORKSPACE/makebuildserver.config.py
 echo "apt_package_cache = True" >> $WORKSPACE/makebuildserver.config.py
 ./makebuildserver
 
+# this can be handled in the jenkins job, or here:
+if [ ! -e fdroiddata ]; then
+    git clone --depth 1 --branch master --single-branch \
+        https://gitlab.com/fdroid/fdroiddata.git fdroiddata
+fi
+cd fdroiddata
+echo "build_server_always = True" > config.py
+../fdroid build info.guardianproject.checkey