robosignatory: move epel8 side tag section under epel8
This has to be in the right order for it to parse correctly. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
78a1f1bbbb
commit
5fdc9d3d1d
1 changed files with 6 additions and 6 deletions
|
@ -331,6 +331,12 @@ handlers = ["console"]
|
|||
key = "{{ (env == 'production')|ternary('epel-8', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('2f86d6a1', 'd300e724') }}"
|
||||
|
||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||
pattern = 'epel8-build-side-<seq_id>'
|
||||
from = '<sidetag>-signing-pending'
|
||||
to = '<sidetag>-testing-pending'
|
||||
trusted_taggers = ['bodhi']
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel8-playground-pending"
|
||||
to = "epel8-playground"
|
||||
|
@ -349,12 +355,6 @@ handlers = ["console"]
|
|||
key = "{{ (env == 'production')|ternary('epel-7', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('352c64e5', 'd300e724') }}"
|
||||
|
||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||
pattern = 'epel8-build-side-<seq_id>'
|
||||
from = '<sidetag>-signing-pending'
|
||||
to = '<sidetag>-testing-pending'
|
||||
trusted_taggers = ['bodhi']
|
||||
|
||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||
pattern = 'epel7-build-side-<seq_id>'
|
||||
from = '<sidetag>-signing-pending'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue