mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
Enable signing for f39-python sidetag
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
@@ -461,6 +461,13 @@ handlers = ["console"]
|
||||
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
||||
file_signing_key = "fedora-39-ima"
|
||||
|
||||
# f39-python signing
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f39-python"
|
||||
to = "f39-python"
|
||||
key = "{{ (env == 'production')|ternary('f39-python', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
||||
|
||||
[consumer_config.ostree_refs]
|
||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
|
||||
Reference in New Issue
Block a user