mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
robosignatory: disable f43->f43 signing to process mass rebuild faster
Also, comment section we will need in a few weeks to resign all of f43 with f44 key for branching. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -179,12 +179,12 @@ handlers = ["console"]
|
||||
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||
file_signing_key = "fedora-43-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f43"
|
||||
to = "f43"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||
file_signing_key = "fedora-43-ima"
|
||||
# [[consumer_config.koji_instances.primary.tags]]
|
||||
# from = "f43"
|
||||
# to = "f43"
|
||||
# key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
|
||||
# keyid = "{{ (env == 'production')|ternary('XXXXXXXX', 'd300e724') }}"
|
||||
# file_signing_key = "fedora-44-ima"
|
||||
|
||||
# Branched
|
||||
|
||||
|
||||
Reference in New Issue
Block a user