From b8686a4fa0dc021a2a0dc081f1ab3f1ee042f062 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 23 Sep 2016 17:44:20 +0200 Subject: reproducible F-Droid: use some development git repo --- bin/reproducible_setup_fdroid_build_environment.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh index b34037a1..b18b3c51 100755 --- a/bin/reproducible_setup_fdroid_build_environment.sh +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -42,8 +42,10 @@ cat /etc/issue # the way we handle jenkins slaves doesn't copy the workspace to the slaves # so we need to "manually" clone the git repo hereā€¦ cd $WORKSPACE -git clone https://gitlab.com/fdroid/fdroidserver.git +#git clone https://gitlab.com/fdroid/fdroidserver.git +git clone https://gitlab.com/eighthave/fdroidserver.git cd fdroidserver +git checkout jenkins # normally master too # this script is maintained upstream and is also run on Guardian # Project's jenkins box -- cgit v1.2.3-70-g09d2