bodhi-pungi: needed for loop one higher level up

This commit is contained in:
Dusty Mabe 2018-04-19 18:41:20 -04:00
parent d458e55c8f
commit aa531848be
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -195,22 +195,22 @@ volume_id_substitutions = {
# Other ostree artifacts # Other ostree artifacts
image_build = { image_build = {
'^AtomicHost$': [ '^AtomicHost$': [
{
[% for arch in ['x86_64', 'aarch64', 'ppc64le'] %] [% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
'image-build': { {
'format': [('qcow2', 'qcow2'), ('raw-xz', 'raw.xz')], 'image-build': {
'name': 'Fedora-Atomic', 'format': [('qcow2', 'qcow2'), ('raw-xz', 'raw.xz')],
'kickstart': 'fedora-atomic.ks', 'name': 'Fedora-Atomic',
'distro': 'Fedora-22', 'kickstart': 'fedora-atomic.ks',
'disk_size': 6, 'distro': 'Fedora-22',
'target': 'f[[ release.version_int ]]', 'disk_size': 6,
'arches': ['[[arch]]'], 'target': 'f[[ release.version_int ]]',
'install_tree_from': "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/" 'arches': ['[[arch]]'],
'subvariant': 'AtomicHost', 'install_tree_from': "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/"
'failable': ['*'], 'subvariant': 'AtomicHost',
'failable': ['*'],
}
}, },
[% endfor %] [% endfor %]
}
] ]
} }