summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-10-30 14:37:18 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-03 10:28:15 +0100
commitdd13c0f7244ab70b3ee603bb7bdbc73d0fd2f6c3 (patch)
tree5077223c932ea37572d95ff18cc5cf41ee2c9b25 /job-cfg/d-i.yaml.py
parente9f96fde7bec7f061a5f263b5d18928b6ada529b (diff)
downloadjenkins.debian.net-dd13c0f7244ab70b3ee603bb7bdbc73d0fd2f6c3.tar.xz
d-i: make ...-triggered_debian-installer work on pu/ branches
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 647e17ec..5f7fc00d 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -195,7 +195,7 @@ if "jenkins-test-vm" == os.uname()[1]:
jobs.append( {'{name}_pu-triggered_{pkg}': {
'gitrepo': 'git://git.debian.org/git/d-i/{pkg}',
'branchdesc': 'master branch',
- 'branch': 'origin/master',
+ 'branch': 'origin/pu/**',
'pkg': 'debian-installer',
'trg': None,
}} )