Adding signing for eln mass rebuild

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2020-05-01 15:21:00 +00:00
parent 2b72de8e86
commit bb2986575d

View file

@ -329,6 +329,14 @@ handlers = ["console"]
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}" key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}" keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}"
# ELN Mass Rebuild
[[consumer_config.koji_instances.primary.tags]]
from = "eln-rebuild"
to = "eln"
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}"
[consumer_config.ostree_refs] [consumer_config.ostree_refs]
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"] [consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]