autosign: switch eln to sign things already in it's tag with f39 key
This will allow us to resign everything with this new key. Normal builds shouldn't be using it as they come via bodhi. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0801e0fdd5
commit
337285c85f
1 changed files with 2 additions and 2 deletions
|
@ -397,8 +397,8 @@ handlers = ["console"]
|
|||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "eln"
|
||||
to = "eln"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-39', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
||||
file_signing_key = "fedora-38-ima"
|
||||
|
||||
# ELN Side tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue