From 410d20bd3db3436244da2468b2388102f7778aba Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 8 Feb 2016 16:47:25 +0100 Subject: reproducible fdroid: clone the fdroidserver.git as part of the jenkins job, so the job gets triggered when the git repo gets updated --- bin/reproducible_setup_fdroid_build_environment.sh | 2 -- 1 file changed, 2 deletions(-) (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 27128ba6..09d94747 100755 --- a/bin/reproducible_setup_fdroid_build_environment.sh +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -43,9 +43,7 @@ sha256sum -c jessie32.box.sha256 export VAGRANT_HOME=$WORKSPACE/vagrant.d rm -rf $VAGRANT_HOME -# FIXME: the git cloning should be part of the jenkins job… cd $WORKSPACE -git clone https://gitlab.com/fdroid/fdroidserver.git cd fdroidserver echo "boot_timeout = 1200" > makebuildserver.config.py ./makebuildserver -- cgit v1.2.3-54-g00ecf