diff options
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(""" |