diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-21 14:08:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 14:08:24 +0100 |
commit | 30b784146af64d5cf087cd700cda304a52894606 (patch) | |
tree | acd19ea64aa2ca344dbf44c58b2be35669f4f879 | |
parent | 8f0799137470c67dc60fcab90a6e30b18b912010 (diff) | |
download | jenkins.debian.net-30b784146af64d5cf087cd700cda304a52894606.tar.xz |
fixup previous commit, silly copy+paste omission
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index f2275de2..a7181bee 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -324,4 +324,13 @@ for base_distro in sorted(base_distros): my_recipients: '%(recipients)s' my_view: '%(view)s' my_description: '%(description)s'""" % + dict(base_distro=base_distro, + action=action, + shell=shell, + prio=prio, + trigger=trigger, + recipients=get_recipients(target), + view=get_view(target, base_distro), + second_base=distro_upgrades[base_distro], + description=description)) |