feat(robosignatory): f44-rebuild autosigning mass rebuild tag
Signed-off-by: Anton Medvedev <amedvede@redhat.com>
This commit is contained in:
parent
93ed0457e0
commit
dcd31e878e
1 changed files with 10 additions and 10 deletions
|
|
@ -134,7 +134,7 @@ handlers = ["console"]
|
|||
file_signing_key = "fedora-44-ima"
|
||||
|
||||
# Gated coreos-pool tag
|
||||
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f42-coreos-signing-pending"
|
||||
to = "coreos-pool"
|
||||
|
|
@ -187,7 +187,7 @@ handlers = ["console"]
|
|||
file_signing_key = "fedora-44-ima"
|
||||
|
||||
# Branched
|
||||
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f43-signing-pending"
|
||||
to = "f43-updates-testing-pending"
|
||||
|
|
@ -311,7 +311,7 @@ handlers = ["console"]
|
|||
to = '<sidetag>-testing-pending'
|
||||
trusted_taggers = ['bodhi']
|
||||
file_signing_key = "fedora-44-ima"
|
||||
|
||||
|
||||
# openh264 signing
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
|
|
@ -342,13 +342,13 @@ handlers = ["console"]
|
|||
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
|
||||
file_signing_key = "epel-9-ima"
|
||||
|
||||
# F43 Mass Rebuild
|
||||
# F44 Mass Rebuild
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f43-rebuild"
|
||||
to = "f43-rebuild"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||
file_signing_key = "fedora-43-ima"
|
||||
from = "f44-rebuild"
|
||||
to = "f44-rebuild"
|
||||
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('6d9f90a6', 'd300e724') }}"
|
||||
file_signing_key = "fedora-44-ima"
|
||||
|
||||
# F43 Perl Side tag (f43-perl)
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
|
|
@ -376,7 +376,7 @@ handlers = ["console"]
|
|||
[consumer_config.ostree_refs."fedora/rawhide/aarch64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
|
||||
|
||||
|
||||
[consumer_config.ostree_refs."fedora/devel/x86_64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue