bodhi-pungi: needed for loop one higher level up
This commit is contained in:
parent
d458e55c8f
commit
aa531848be
1 changed files with 13 additions and 13 deletions
|
@ -195,8 +195,8 @@ 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': {
|
'image-build': {
|
||||||
'format': [('qcow2', 'qcow2'), ('raw-xz', 'raw.xz')],
|
'format': [('qcow2', 'qcow2'), ('raw-xz', 'raw.xz')],
|
||||||
'name': 'Fedora-Atomic',
|
'name': 'Fedora-Atomic',
|
||||||
|
@ -208,9 +208,9 @@ image_build = {
|
||||||
'install_tree_from': "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/"
|
'install_tree_from': "https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int ]]/compose/Everything/[[arch]]/os/"
|
||||||
'subvariant': 'AtomicHost',
|
'subvariant': 'AtomicHost',
|
||||||
'failable': ['*'],
|
'failable': ['*'],
|
||||||
|
}
|
||||||
},
|
},
|
||||||
[% endfor %]
|
[% endfor %]
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue