mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
robosignatory: also allow resigning f42 tagged packages
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -193,6 +193,13 @@ handlers = ["console"]
|
||||
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
||||
file_signing_key = "fedora-42-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f42"
|
||||
to = "f42"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
||||
file_signing_key = "fedora-42-ima"
|
||||
|
||||
# Branched
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
|
||||
Reference in New Issue
Block a user