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 %}
_______________________________________________
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org

Reply via email to