Define the key for modular bodhi composes

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2018-09-21 12:56:58 +02:00
parent 6d246a226f
commit a87e24cb0a

View file

@ -12,6 +12,8 @@ variants_file='module-variants.xml'
sigkeys = [ sigkeys = [
[% if release.version_int == 28 %] [% if release.version_int == 28 %]
'9db62fb1', '9db62fb1',
[% elif release.version_int == 29 %]
'429476b4',
[% endif %] [% endif %]
{% if env == "staging" %} {% if env == "staging" %}
None None