robosignatory: add cosmic-atomic to f43/rawhide signing
We added this in pungi-fedora, so its sitting there trying over and over to sign it. We need to either merge and deploy this, or revert the pungi-fedora changes, kill rawhide compose and re-run. Seems easier to just push this. ;) +1s? Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
90e0325597
commit
a235e2f53c
1 changed files with 10 additions and 0 deletions
|
@ -955,6 +955,16 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
|
||||
# rawhide cosmic-atomic ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/rawhide/aarch64/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
|
||||
[consumer_config.coreos]
|
||||
bucket = "fcos-builds"
|
||||
{% if env == "staging" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue