Branch epel10.0 from epel10
Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
parent
a84201642d
commit
2e3eaabb1c
6 changed files with 33 additions and 5 deletions
|
|
@ -255,6 +255,18 @@ handlers = ["console"]
|
|||
|
||||
# Gated bodhi updates
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel10.1-signing-pending"
|
||||
to = "epel10.1-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('epel-10', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('e37ed158', 'd300e724') }}"
|
||||
|
||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||
pattern = 'epel10.1-build-side-<seq_id>'
|
||||
from = '<sidetag>-signing-pending'
|
||||
to = '<sidetag>-testing-pending'
|
||||
trusted_taggers = ['bodhi']
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel10.0-signing-pending"
|
||||
to = "epel10.0-testing-pending"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue