From b14d0d313b5c1003131ff574a6fef13c132b4326 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 3 Jul 2019 13:19:50 +0000 Subject: [PATCH] Create epel8 and f31 (the latter assuming people will set up the bodhi side of things) Signed-off-by: Patrick Uiterwijk --- roles/robosignatory/files/robosignatory.staging.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/roles/robosignatory/files/robosignatory.staging.py b/roles/robosignatory/files/robosignatory.staging.py index 64e0b60bd7..d5a55bca29 100644 --- a/roles/robosignatory/files/robosignatory.staging.py +++ b/roles/robosignatory/files/robosignatory.staging.py @@ -41,8 +41,14 @@ config = { # Gated coreos-pool tag # Gated rawhide and branched { - "from": "f31-pending", - "to": "f31", + "from": "epel8-signing-pending", + "to": "epel8-testing-pending", + "key": "testkey", + "keyid": "d300e724" + }, + { + "from": "f31-signing-pending", + "to": "f31-updates-testing-pending", "key": "testkey", "keyid": "d300e724" },