summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_setup_fdroid_build_environment.sh4
1 files changed, 3 insertions, 1 deletions
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