chiark / gitweb /
add force_build_tools config option
[fdroidserver.git] / jenkins-build-makebuildserver
index 81d88e9bdb1426040713048338ab166e2416e91b..d32e14423ac642343cfe661f954c0e9ccf1adcb0 100755 (executable)
@@ -46,7 +46,7 @@ cd $WORKSPACE
 echo "debian_mirror = 'http://ftp.uk.debian.org/debian/'" > $WORKSPACE/makebuildserver.config.py
 echo "boot_timeout = 1200" >> $WORKSPACE/makebuildserver.config.py
 echo "apt_package_cache = True" >> $WORKSPACE/makebuildserver.config.py
-./makebuildserver
+./makebuildserver --verbose
 
 # this can be handled in the jenkins job, or here:
 if [ -e fdroiddata ]; then