Hi all,

Can I get +1s to merge the following, which should allow us to
actually push out f29 module updates?

Patrick


commit b39a70e1f58bd3f7e9960499f23717bda7d01b06 (HEAD -> master)
Author: Patrick Uiterwijk <[email protected]>
Date:   Fri Sep 21 12:56:58 2018 +0200

    Define the key for modular bodhi composes

    Signed-off-by: Patrick Uiterwijk <[email protected]>

diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2
b/roles/bodhi2/backend/templates/pungi.module.conf.j2
index e7bac1721..bb021eb13 100644
--- a/roles/bodhi2/backend/templates/pungi.module.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2
@@ -12,6 +12,8 @@ variants_file='module-variants.xml'
 sigkeys = [
 [% if release.version_int == 28 %]
        '9db62fb1',
+[% elif release.version_int == 29 %]
+       '429476b4',
 [% endif %]
 {% if env == "staging" %}
        None
_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]

Reply via email to