[Qa-jenkins-scm] [jenkins.debian.net] 01/01: d-i: fix branch definition
Holger Levsen
holger at moszumanska.debian.org
Wed Jun 3 10:44:23 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 7d60cbc2a9f17adb9c82b565048786e8feda4599
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jun 3 12:44:10 2015 +0200
d-i: fix branch definition
---
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 28457b5..950e5db 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -314,7 +314,7 @@ data.append( {'defaults': { 'name': 'd-i-pu-build',
'description': 'Builds debian packages in sid from git pu/ branches, triggered by pushes to <pre>{gitrepo}</pre> {do_not_edit}',
'triggers': [{'pollscm': '*/30 * * * *'}],
'scm': [{'git': {'url': '{gitrepo}',
- 'branches': ['pu/**']}}],
+ 'branches': ['origin/pu/**']}}],
'builders': [{'shell': '/srv/jenkins/bin/d-i_build.sh'}],
'project-type': 'freestyle',
'properties': prop(middle=sb_pkgs, priority=99),
--
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