diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-09-23 17:44:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-23 17:44:20 +0200 |
commit | b8686a4fa0dc021a2a0dc081f1ab3f1ee042f062 (patch) | |
tree | 6fbff1c4a09262be6af4ed64400cdd573c7998a6 /bin | |
parent | 3f4445e1f5be59b646ef19257640ea26cbcf12a2 (diff) | |
download | jenkins.debian.net-b8686a4fa0dc021a2a0dc081f1ab3f1ee042f062.tar.xz |
reproducible F-Droid: use some development git repo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 4 |
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 |