diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-04-25 12:27:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-25 12:45:39 +0200 |
commit | 2225384249c854e2dba4187c61db31857e8eb371 (patch) | |
tree | b5581d4a346be32be57fc49a570e6038f77bbd03 /job-cfg | |
parent | 76a4b4a82ea0540dc3a8cf53c21c9a60090bb9f0 (diff) | |
download | jenkins.debian.net-2225384249c854e2dba4187c61db31857e8eb371.tar.xz |
rebootstrap: fix yaml syntax error
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index f152a491..d955dd37 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -77,7 +77,7 @@ for arch in architectures: print(""" - job-template: defaults: rebootstrap - name '{name}_%(arch)s_gcc%(gccshortver)s%(nobiarch)s'""" % + name: '{name}_%(arch)s_gcc%(gccshortver)s%(nobiarch)s'""" % dict(arch=arch, gccshortver=gccver.replace(".", ""), nobiarch=nobiarch)) print(""" |