diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-03 10:01:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-03 10:01:43 +0200 |
commit | 03eec92b90ee41bebc5865565e3c622b61feb45c (patch) | |
tree | 34a14421ef4f77429ffb8f75995e01f029f9cf35 | |
parent | 43d9245ca1f65b9fccbb45caff5f93aaf1ccb73e (diff) | |
download | jenkins.debian.net-03eec92b90ee41bebc5865565e3c622b61feb45c.tar.xz |
d-i: these jobs should only build the master branch
-rwxr-xr-x | job-cfg/d-i.yaml.py | 2 |
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 * * * *'}], |