[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: build any git branches when testing diffoscope from git

Holger Levsen holger at layer-acht.org
Thu Aug 25 11:49:46 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 1052ac6b0fe413ec3645a10b0415af07d6edd7b7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Aug 25 13:49:31 2016 +0200

    reproducible Debian: build any git branches when testing diffoscope from git
---
 job-cfg/reproducible.yaml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index ac08f39..92570ba 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -209,7 +209,7 @@
       - git:
           url: '{my_gitrepo}'
           branches:
-            - master
+            - '{my_gitbranches}'
     node: '{my_node}'
 
 
@@ -703,14 +703,16 @@
                     my_timed: '42 23 1 1 *'
                     my_hname: 'profitbricks4'
                     my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git'
-                - 'diffoscope_master_branch':
-                    my_description: 'Build diffoscope debian package from the master branch.'
+                - 'diffoscope_from_git':
+                    my_description: 'Build diffoscope Debian package from git branches.'
                     my_timed: '42 23 1 1 *'
                     my_hname: ''
                     my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git'
+                    my_gitbranches: '**'
                     my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us'
                     my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm at lists.alioth.debian.org'
                     my_parse_rules: '/srv/jenkins/logparse/debian-diffoscope.rules'
+            my_gitbranches: 'master'
             my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
             my_parse_rules: '/srv/jenkins/logparse/reproducible-extra.rules'
             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