autosign: sign f33 stuff with f33 key

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-13 14:59:44 +00:00 committed by Pierre-Yves Chibon
parent 015a452cfa
commit ffdb6e05a1

View file

@ -185,7 +185,7 @@ handlers = ["console"]
[[consumer_config.koji_instances.primary.tags]]
from = "f33-signing-pending"
to = "f33-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
[consumer_config.koji_instances.primary.tags.sidetags]
@ -197,13 +197,13 @@ handlers = ["console"]
[[consumer_config.koji_instances.primary.tags]]
from = "f33-pending"
to = "f33"
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f33-modular-pending"
to = "f33-modular"
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
type = "modular"