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,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 %]
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue