summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_fdroid_build_environment.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2017-03-07 12:54:14 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-07 13:04:28 +0100
commit832cd850b36944c7657e9eb426a11358e217cb48 (patch)
tree30074290b218989c7245f280dc27afb1a88c9fe7 /bin/reproducible_setup_fdroid_build_environment.sh
parent8f26c5f1a29efbcf854f86d592b025b2748a064a (diff)
downloadjenkins.debian.net-832cd850b36944c7657e9eb426a11358e217cb48.tar.xz
reproducible fdroid: switch to build from @uniqx's branch
uniqx aka uniq aka Michael Poehn is doing most of this work now. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_setup_fdroid_build_environment.sh')
-rwxr-xr-xbin/reproducible_setup_fdroid_build_environment.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index d03f7b5c..e5c87a2a 100755
--- a/bin/reproducible_setup_fdroid_build_environment.sh
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -47,9 +47,9 @@ cat /etc/issue
# 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/eighthave/fdroidserver.git
+git clone https://gitlab.com/uniqx/fdroidserver.git
cd fdroidserver
-git checkout jenkins # normally master too
+git checkout jenkins.debian.net # normally master too
# set up Android SDK to use the Debian packages in stretch
export ANDROID_HOME=/usr/lib/android-sdk