[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: test diffoscope.git from two jobs: one for master branch, one for the rest
Holger Levsen
holger at layer-acht.org
Sat Aug 27 13:34:11 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 52cd258c418875aff578c5715d6d221c42cdf950
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Aug 27 15:33:31 2016 +0200
reproducible Debian: test diffoscope.git from two jobs: one for master branch, one for the rest
---
job-cfg/reproducible.yaml | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index cc7762e..8ffe55b 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -703,15 +703,24 @@
my_timed: '42 23 1 1 *'
my_hname: 'profitbricks4'
my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git'
- - 'diffoscope_from_git':
- my_description: 'Build diffoscope Debian package from git branches.'
+ - 'diffoscope_from_git_master':
+ my_description: 'Build diffoscope Debian package from git branch master.'
my_timed: '42 23 1 1 *'
- my_hname: ''
+ my_hname: 'master'
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'
+ - 'diffoscope_from_git_branches':
+ my_description: 'Build diffoscope Debian package from git branches other than master.'
+ my_timed: '42 23 1 1 *'
+ my_hname: ''
+ my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git'
+ my_gitbranches: ':^(?!origin/master$).*'
+ 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'
--
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