On 03/06/2018 05:21 PM, Patrick マルタインアンドレアス Uiterwijk wrote: > For F28+ modular, the modules are signed by the keys of the underlying platform rather than the fedora-modular key. > +1s for this patch to set the correct key? > > > diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 > index 77eceb500..974c933f6 100644 > --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 > +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 > @@ -10,7 +10,9 @@ bootable = False > > variants_file='module-variants.xml' > sigkeys = [ > - 'a3cc4e62', > +[% if release.version_int == 28 %] > + '9db62fb1', > +[% endif %] > {% if env == "staging" %} > None > {% endif %} Looks ok to me. +1 kevin
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx