robosignatory: add autosigning/moving for coreos tags in stage
This commit is contained in:
parent
cd340378d8
commit
99a1cdd042
1 changed files with 18 additions and 0 deletions
|
@ -39,6 +39,24 @@ config = {
|
|||
# Temporary tags
|
||||
# Infra tags
|
||||
# Gated coreos-pool tag
|
||||
{
|
||||
"from": "f29-coreos-signing-pending",
|
||||
"to": "coreos-pool",
|
||||
"key": "fedora-29",
|
||||
"keyid": "429476b4"
|
||||
},
|
||||
{
|
||||
"from": "f30-coreos-signing-pending",
|
||||
"to": "coreos-pool",
|
||||
"key": "fedora-30",
|
||||
"keyid": "cfc659b9"
|
||||
},
|
||||
{
|
||||
"from": "f31-coreos-signing-pending",
|
||||
"to": "coreos-pool",
|
||||
"key": "fedora-31",
|
||||
"keyid": "3c3359c4"
|
||||
},
|
||||
# Gated rawhide and branched
|
||||
{
|
||||
"from": "epel8-signing-pending",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue