Enable autosigning on f34/branched
Now that we got a compose, we can enable autosigning and let the builds flow into f34 tag Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
5f7e9bd5d9
commit
248807024f
1 changed files with 15 additions and 15 deletions
|
@ -197,23 +197,23 @@ handlers = ["console"]
|
|||
type = "modular"
|
||||
|
||||
|
||||
# [[consumer_config.koji_instances.primary.tags]]
|
||||
# from = "f34-signing-pending"
|
||||
# to = "f34-updates-testing-pending"
|
||||
# key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}"
|
||||
# keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f34-signing-pending"
|
||||
to = "f34-updates-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
|
||||
|
||||
# [consumer_config.koji_instances.primary.tags.sidetags]
|
||||
# pattern = 'f34-build-side-<seq_id>'
|
||||
# from = '<sidetag>-signing-pending'
|
||||
# to = '<sidetag>-testing-pending'
|
||||
# trusted_taggers = ['bodhi']
|
||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||
pattern = 'f34-build-side-<seq_id>'
|
||||
from = '<sidetag>-signing-pending'
|
||||
to = '<sidetag>-testing-pending'
|
||||
trusted_taggers = ['bodhi']
|
||||
|
||||
# [[consumer_config.koji_instances.primary.tags]]
|
||||
# from = "f34-pending"
|
||||
# to = "f34"
|
||||
# key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}"
|
||||
# keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f34-pending"
|
||||
to = "f34"
|
||||
key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f34-modular-pending"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue