Use f29 as template_branch in ostree_installer phase

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2018-09-10 11:50:12 -04:00
parent e2a452e5f8
commit 412dfb7f8a

View File

@ -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': ['*'],
}
})