Use f29 as template_branch in ostree_installer phase
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
e2a452e5f8
commit
412dfb7f8a
@ -790,7 +790,7 @@ ostree_installer = [
|
||||
"ostree_update_ref=fedora/29/x86_64/atomic-host",
|
||||
],
|
||||
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
|
||||
'template_branch': 'master',
|
||||
'template_branch': 'f29',
|
||||
'failable': ['*'],
|
||||
},
|
||||
"aarch64": {
|
||||
@ -807,7 +807,7 @@ ostree_installer = [
|
||||
"ostree_update_ref=fedora/29/aarch64/atomic-host",
|
||||
],
|
||||
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
|
||||
'template_branch': 'master',
|
||||
'template_branch': 'f29',
|
||||
'failable': ['*'],
|
||||
},
|
||||
"ppc64le": {
|
||||
@ -824,7 +824,7 @@ ostree_installer = [
|
||||
"ostree_update_ref=fedora/29/ppc64le/atomic-host",
|
||||
],
|
||||
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
|
||||
'template_branch': 'master',
|
||||
'template_branch': 'f29',
|
||||
'failable': ['*'],
|
||||
}
|
||||
}),
|
||||
@ -843,7 +843,7 @@ ostree_installer = [
|
||||
"ostree_update_ref=fedora/29/x86_64/silverblue",
|
||||
],
|
||||
'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
|
||||
'template_branch': 'master',
|
||||
'template_branch': 'f29',
|
||||
'failable': ['*'],
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user