[Qa-jenkins-scm] [jenkins.debian.net] 01/01: d-i: these jobs should only build the master branch
Holger Levsen
holger at moszumanska.debian.org
Wed Jun 3 08:01:56 UTC 2015
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 03eec92b90ee41bebc5865565e3c622b61feb45c
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jun 3 10:01:43 2015 +0200
d-i: these jobs should only build the master branch
---
job-cfg/d-i.yaml.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 259a745..2df6016 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -280,7 +280,7 @@ data.append({'defaults': jobspec(name='d-i-manual-pdf-po2xml',
data.append(
{'defaults': {'scm': [{'git': {'url': '{gitrepo}',
- 'branches': ['master', 'pu/*']}}],
+ 'branches': ['master']}}],
'publishers': publ(),
'description': 'Builds debian packages in sid from git master branch, triggered by pushes to <pre>{gitrepo}</pre> {do_not_edit}',
'triggers': [{'pollscm': '*/6 * * * *'}],
--
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