This is needed because of a recent change to parameterize the key. https://pagure.io/fedora-lorax-templates/pull-request/30 --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index baed32f3f..ee1edb6ed 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -312,6 +312,7 @@ ostree_installer = [ 'ostree_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/repo/', 'ostree_update_repo=https://dl.fedoraproject.org/atomic/repo/', '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_update_ref=fedora/[[ release.version_int ]]/[[ arch ]]/atomic-host', ], -- 2.14.5 _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx