summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-04-25 12:27:31 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-25 12:45:39 +0200
commit2225384249c854e2dba4187c61db31857e8eb371 (patch)
treeb5581d4a346be32be57fc49a570e6038f77bbd03 /job-cfg/rebootstrap.yaml.py
parent76a4b4a82ea0540dc3a8cf53c21c9a60090bb9f0 (diff)
downloadjenkins.debian.net-2225384249c854e2dba4187c61db31857e8eb371.tar.xz
rebootstrap: fix yaml syntax error
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py2
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("""