robosignatory: setup f45-perl signing and drop f45-python since it is merged
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f70420248f
commit
539427b4c8
1 changed files with 3 additions and 3 deletions
|
|
@ -350,10 +350,10 @@ handlers = ["console"]
|
|||
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||
file_signing_key = "fedora-43-ima"
|
||||
|
||||
# F45 Python Side tag (f45-python)
|
||||
# F45 perl Side tag (f45-perl)
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f45-python"
|
||||
to = "f45-python"
|
||||
from = "f45-perl"
|
||||
to = "f45-perl"
|
||||
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
|
||||
file_signing_key = "fedora-45-ima"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue