robosignatory: disable f38 resigning section
If this is there, robosignatory will see two 'from: f38's and error out. We no longer need to resign f38, so drop this at least for now. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d4eeaa51b2
commit
d456669e4b
1 changed files with 6 additions and 6 deletions
|
@ -439,12 +439,12 @@ handlers = ["console"]
|
||||||
keyid = "{{ (env == 'production')|ternary('38ab71f4', 'd300e724') }}"
|
keyid = "{{ (env == 'production')|ternary('38ab71f4', 'd300e724') }}"
|
||||||
|
|
||||||
# f38 resigning
|
# f38 resigning
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
#[[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "f38"
|
#from = "f38"
|
||||||
to = "f38"
|
#to = "f38"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
#key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||||
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
#keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
||||||
file_signing_key = "fedora-38-ima"
|
#file_signing_key = "fedora-38-ima"
|
||||||
|
|
||||||
# f36-gnome
|
# f36-gnome
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue