Update IoT stable/ keys to f31
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
677a542ead
commit
db6a10d9c0
1 changed files with 3 additions and 3 deletions
|
@ -329,13 +329,13 @@ handlers = ["console"]
|
|||
|
||||
[consumer_config.ostree_refs."fedora/stable/x86_64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-iot-2019', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}"
|
||||
[consumer_config.ostree_refs."fedora/stable/aarch64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-iot-2019', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}"
|
||||
[consumer_config.ostree_refs."fedora/stable/armhfp/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-iot-2019', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/31/x86_64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue