On Wed, 15 Apr 2020 at 16:21, Mohan Boddu <mboddu@bhujji.com> wrote:
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


The patch comes with different spacing  so not sure if that makes a difference... it could also be gmail.. so +1 if that is not a problem.

 
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@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
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@lists.fedoraproject.org


--
Stephen J Smoogen.