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:
Dusty Mabe 2018-12-01 14:20:20 -05:00
parent 8459241233
commit 6e750db205
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -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',
], ],