roles/robosignatory: Add epel9 side tag signing
Signed-off-by: Carl George <carl@george.computer>
This commit is contained in:
parent
30f3aa66f9
commit
be20923583
1 changed files with 6 additions and 0 deletions
|
@ -281,6 +281,12 @@ handlers = ["console"]
|
||||||
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
|
||||||
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
|
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
|
||||||
|
|
||||||
|
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||||
|
pattern = 'epel9-build-side-<seq_id>'
|
||||||
|
from = '<sidetag>-signing-pending'
|
||||||
|
to = '<sidetag>-testing-pending'
|
||||||
|
trusted_taggers = ['bodhi']
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "epel8-signing-pending"
|
from = "epel8-signing-pending"
|
||||||
to = "epel8-testing-pending"
|
to = "epel8-testing-pending"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue