diff options
-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 * * * *'}], |