robosignatory: enable signing on f45-python
This commit is contained in:
parent
a0156fc54d
commit
a9adce6136
1 changed files with 6 additions and 6 deletions
|
|
@ -350,13 +350,13 @@ handlers = ["console"]
|
|||
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||
file_signing_key = "fedora-43-ima"
|
||||
|
||||
# F43 Python Side tag (f43-python)
|
||||
# F45 Python Side tag (f45-python)
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f43-python"
|
||||
to = "f43-python"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||
file_signing_key = "fedora-43-ima"
|
||||
from = "f45-python"
|
||||
to = "f45-python"
|
||||
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
|
||||
file_signing_key = "fedora-45-ima"
|
||||
|
||||
[consumer_config.ostree_refs]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue