#1482 Add signing for f39-perl sidetag
Merged 2 years ago by kevin. Opened 2 years ago by humaton.
fedora-infra/ humaton/ansible f39-perl-signing  into  main

@@ -469,6 +469,13 @@ 

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

              file_signing_key = "fedora-39-ima"

  

+             # f39-perl signing

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

+             from = "f39-perl"

+             to = "f39-perl"

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

+             keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"

+             file_signing_key = "fedora-39-ima"

  

      [consumer_config.ostree_refs]

          [consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]

There's no f39-perl key. ;) You want 'fedora-39' there instead of f39-perl. ;)

rebased onto cc11595cd41a1ae3b155f6c02f3ade99c9672a62

2 years ago

Huh, python also had the wrong key, I just copy/pasted the Python config with the same error... Fixed now

rebased onto 187148b429bf48b97a0597b0e96347fd080b15b8

2 years ago

rebased onto 627b391

2 years ago

rebased onto 627b391

2 years ago

Pull-Request has been merged by kevin

2 years ago
Metadata