[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fdroid: first stab

Holger Levsen holger at moszumanska.debian.org
Wed Jan 20 16:10:14 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 0fcd6396261d9a0ac91d8c15cc77f9c3aa3a217d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jan 20 17:10:08 2016 +0100

    reproducible fdroid: first stab
---
 bin/jenkins_node_wrapper.sh | 2 ++
 job-cfg/reproducible.yaml   | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 0aa807f..cd372e3 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -107,6 +107,8 @@ elif [[ "$*" =~ reproducible_freebsd ]] ; then
 	exec /srv/jenkins/bin/reproducible_freebsd.sh ; croak "Exec failed";
 elif [[ "$*" =~ reproducible_setup_schroot_archlinux ]] ; then
 	exec /srv/jenkins/bin/reproducible_setup_archlinux_schroot.sh ; croak "Exec failed";
+elif [[ "$*" =~ reproducible_setup_fdroid_build_environment ]] ; then
+	exec /srv/jenkins/bin/reproducible_setup_fdroid_build_environment.sh ; croak "Exec failed";
 elif [[ "$*" =~ reproducible_setup_mock_fedora-23_x86_64 ]] ; then
 	exec /srv/jenkins/bin/reproducible_setup_mock.sh fedora-23 x86_64 ; croak "Exec failed";
 elif [ "$1" = "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 2b029b2..d832dc2 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -549,6 +549,11 @@
                     my_timed: '42 23 1 1 *'
                     my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
                     my_hname: 'profitbricks3'
+                - 'setup_fdroid_build_environment_profitbricks3':
+                    my_description: 'Setup a build environment for F-Droid.'
+                    my_timed: '42 23 1 1 *'
+                    my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
+                    my_hname: 'profitbricks3'
             my_shell: '/srv/jenkins/bin/reproducible_{otherproject}.sh'
             my_hname: ''
 

-- 
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