Setup for F33 Mass Rebuild
Adding f33-rebuild tag Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
4ceb0b2c1c
commit
0d9e49a7ec
1 changed files with 7 additions and 0 deletions
|
@ -357,6 +357,13 @@ handlers = ["console"]
|
|||
key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('3c3359c4', 'd300e724') }}"
|
||||
|
||||
# f33-rebuild
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f33-rebuild"
|
||||
to = "f33-rebuild"
|
||||
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}"
|
||||
|
||||
[consumer_config.ostree_refs]
|
||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue