From 286b9d42a3af04cbaa9d2dde6fb9ca17e1c50895 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 26 Jan 2016 17:43:02 +0100 Subject: reproducible fdroid: add 30m timeout and try to shutdown cleanly This was failing because the default 5m timeout was too short. Also, test that the VM can be properly shutdown too. --- bin/reproducible_setup_fdroid_build_environment.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/reproducible_setup_fdroid_build_environment.sh') diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh index 67a64b82..218fffa0 100755 --- a/bin/reproducible_setup_fdroid_build_environment.sh +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -50,8 +50,13 @@ rm -rf $VAGRANT_HOME cd $WORKSPACE git clone https://gitlab.com/fdroid/fdroidserver.git cd fdroidserver +echo "boot_timeout = 1200" > makebuildserver.config.py ./makebuildserver +# we are done here, shutdown +cd buildserver +vagrant halt + # remove trap trap - INT TERM EXIT echo "$(date -u) - the end." -- cgit v1.2.3-54-g00ecf