bodhi-pungi: pass in ostree_oskey to fedora-lorax-templates
This is needed because of a recent change to parameterize the key. https://pagure.io/fedora-lorax-templates/pull-request/30
This commit is contained in:
parent
8459241233
commit
6e750db205
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ ostree_installer = [
|
||||||
'ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/repo/',
|
'ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/repo/',
|
||||||
'ostree_update_repo=https://dl.fedoraproject.org/atomic/repo/',
|
'ostree_update_repo=https://dl.fedoraproject.org/atomic/repo/',
|
||||||
'ostree_osname=fedora-atomic',
|
'ostree_osname=fedora-atomic',
|
||||||
|
'ostree_oskey=fedora-[[ release.version_int ]]-primary',
|
||||||
'ostree_install_ref=fedora/[[ release.version_int ]]/[[ arch ]]/[% if request.name == "testing" %]testing[% else %]updates[% endif %]/atomic-host',
|
'ostree_install_ref=fedora/[[ release.version_int ]]/[[ arch ]]/[% if request.name == "testing" %]testing[% else %]updates[% endif %]/atomic-host',
|
||||||
'ostree_update_ref=fedora/[[ release.version_int ]]/[[ arch ]]/atomic-host',
|
'ostree_update_ref=fedora/[[ release.version_int ]]/[[ arch ]]/atomic-host',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue