summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-03 10:01:43 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-03 10:01:43 +0200
commit03eec92b90ee41bebc5865565e3c622b61feb45c (patch)
tree34a14421ef4f77429ffb8f75995e01f029f9cf35 /job-cfg/d-i.yaml.py
parent43d9245ca1f65b9fccbb45caff5f93aaf1ccb73e (diff)
downloadjenkins.debian.net-03eec92b90ee41bebc5865565e3c622b61feb45c.tar.xz
d-i: these jobs should only build the master branch
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-rwxr-xr-xjob-cfg/d-i.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 259a7452..2df6016b 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 * * * *'}],