[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible F-Droid: use some development git repo

Holger Levsen holger at layer-acht.org
Fri Sep 23 15:44:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit b8686a4fa0dc021a2a0dc081f1ab3f1ee042f062
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Sep 23 17:44:20 2016 +0200

    reproducible F-Droid: use some development git repo
---
 bin/reproducible_setup_fdroid_build_environment.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index b34037a..b18b3c5 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list