Hi, The following patch will enable signing on eln builds and for now it will be used only in stg. For more info: https://pagure.io/releng/issue/9154 diff --git a/roles/robosignatory/templates/robosignatory.toml.j2 b/roles/robosignatory/templates/robosignatory.toml.j2 index 884f21c..27a12c8 100644 --- a/roles/robosignatory/templates/robosignatory.toml.j2 +++ b/roles/robosignatory/templates/robosignatory.toml.j2 @@ -321,6 +321,14 @@ handlers = ["console"] key = "{{ (env == 'production')|ternary('epel-6', 'testkey') }}" keyid = "{{ (env == 'production')|ternary('0608b895', 'd300e724') }}" + # ELN signing + + [[consumer_config.koji_instances.primary.tags]] + from = "eln-pending" + to = "eln-candidate" + key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}" + keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}" + [consumer_config.ostree_refs] [consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"] _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx