#1842 [DO NOT MERGE] Add EPEL9 to robosignatory config
Merged 4 months ago by kevin. Opened 4 months ago by patrikp.
fedora-infra/ patrikp/ansible robosignatory_openh264  into  main

@@ -397,6 +397,13 @@ 

              keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"

              file_signing_key = "fedora-38-ima"

  

+             [[consumer_config.koji_instances.primary.tags]]

+             from = "epel9-openh264"

+             to = "epel9-openh264"

+             key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"

+             keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"

+             file_signing_key = "epel-9-ima"

+ 

              # f38 resigning

              [[consumer_config.koji_instances.primary.tags]]

              from = "f38"

Looks fine to me. Can this be post freeze? Or does it need a freeze break?

Hmm, good question, I'm not actually sure. I need to sign the build openh264-2.4.1-1.el9 (and other EPEL9 OpenH264 builds in the future) but I suppose this PR could wait for after the freeze is over and the build could be signed manually through koji write-signed-rpm 3228467c openh264-2.4.1-1.el9?

no, that won't work. koji write-signed-rpm only writes out the signed rpms from the unsigned ones + a detached signature. ie, they have to be signed first at least once before it can do that, otherwise it has no detached signature to write out. ;(

So, sounds like we should try for a freeze break then? I can +1 it, you will need to get one more +1... usually I mail the mailing list and/or ask on matrix from sysadmin-main/releng folks.

It's nice to have now since we are missing epel9 builds to send to Cisco. But it is not blocking we can send Fedora now and epel9 later after the freeze.

OFC I wrote this comment but didnt hit enter 2 days ago and just discovered this tab.

OK, I changed the title and we can wait for after the freeze is over. :thumbsup:

rebased onto 0d507b0

4 months ago

rebased onto 0d507b0

4 months ago

Freeze is over, pushing this out. Thanks!

Pull-Request has been merged by kevin

4 months ago
Metadata