summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_fdroid_build_environment.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-09-23 17:44:20 +0200
committerHolger Levsen <holger@layer-acht.org>2016-09-23 17:44:20 +0200
commitb8686a4fa0dc021a2a0dc081f1ab3f1ee042f062 (patch)
tree6fbff1c4a09262be6af4ed64400cdd573c7998a6 /bin/reproducible_setup_fdroid_build_environment.sh
parent3f4445e1f5be59b646ef19257640ea26cbcf12a2 (diff)
downloadjenkins.debian.net-b8686a4fa0dc021a2a0dc081f1ab3f1ee042f062.tar.xz
reproducible F-Droid: use some development git repo
Diffstat (limited to 'bin/reproducible_setup_fdroid_build_environment.sh')
-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