FBR: Update module pungi conf with correct signing key

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux