Setup for F36 Mass Rebuild

Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
Pedro Moura 2022-01-19 12:09:29 -03:00 committed by kevin
parent f8cb06bd47
commit 98c0297779

View file

@ -397,6 +397,12 @@ handlers = ["console"]
key = "{{ (env == 'production')|ternary('fedora-35', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('9867c58f', 'd300e724') }}"
# f36-rebuild
[[consumer_config.koji_instances.primary.tags]]
from = "f36-rebuild"
to = "f36-rebuild"
key = "{{ (env == 'production')|ternary('fedora-36', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('999f7cbf', 'd300e724') }}
[consumer_config.ostree_refs]
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]