diff options
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 4 |
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 |