Create epel8 and f31 (the latter assuming people will set up the bodhi side of things)

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2019-07-03 13:19:50 +00:00
parent e0313ac25c
commit b14d0d313b

View file

@ -41,8 +41,14 @@ config = {
# Gated coreos-pool tag # Gated coreos-pool tag
# Gated rawhide and branched # Gated rawhide and branched
{ {
"from": "f31-pending", "from": "epel8-signing-pending",
"to": "f31", "to": "epel8-testing-pending",
"key": "testkey",
"keyid": "d300e724"
},
{
"from": "f31-signing-pending",
"to": "f31-updates-testing-pending",
"key": "testkey", "key": "testkey",
"keyid": "d300e724" "keyid": "d300e724"
}, },