From 080ccf5b16e3c167071845a1c0ae8b51efcef5ca Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 13 Aug 2019 16:03:08 +0000 Subject: [PATCH] Robosig changes for f31 branching from rawhide Signed-off-by: Mohan Boddu --- .../files/robosignatory.production.py | 44 ++++++++++++++++++- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/roles/robosignatory/files/robosignatory.production.py b/roles/robosignatory/files/robosignatory.production.py index f5c4df5bae..de4609ce7c 100644 --- a/roles/robosignatory/files/robosignatory.production.py +++ b/roles/robosignatory/files/robosignatory.production.py @@ -162,6 +162,46 @@ config = { }, # Gated rawhide and branched + { + "from": "f32-updates-candidate", + "to": "f32-updates-testing-pending", + "key": "fedora-32", + "keyid": "12c944d0" + }, + { + "from": "f32-pending", + "to": "f32", + "key": "fedora-32", + "keyid": "12c944d0" + }, + { + "from": "f32-modular-pending", + "to": "f32-modular", + "key": "fedora-32", + "keyid": "12c944d0", + "type": "modular" + }, + { + "from": "f32-modular-updates-candidate", + "to": "f32-modular", + "key": "fedora-32", + "keyid": "12c944d0", + "type": "modular" + }, + { + "from": "f31-signing-pending", + "to": "f31-updates-testing-pending", + "key": "fedora-31", + "keyid": "3c3359c4" + }, + { + "from": "f31-modular-signing-pending", + "to": "f31-modular-updates-testing-pending", + "key": "fedora-31", + "keyid": "3c3359c4", + "type": "modular" + }, + { "from": "f31-updates-candidate", "to": "f31-updates-testing-pending", @@ -188,6 +228,8 @@ config = { "keyid": "3c3359c4", "type": "modular" }, + + # Gated bodhi updates { "from": "f30-signing-pending", "to": "f30-updates-testing-pending", @@ -201,8 +243,6 @@ config = { "keyid": "cfc659b9", "type": "modular" }, - - # Gated bodhi updates { "from": "f29-modular-signing-pending", "to": "f29-modular-updates-testing-pending",