From fd8720327465f59dcffa3868da2b466758553510 Mon Sep 17 00:00:00 2001 From: Carl George Date: Mar 23 2022 20:59:05 +0000 Subject: Correct epel8-playground branch SLAs EPEL8 Playground was originally intended to match the main EPEL8 lifecycle, but it was decided to sunset it early due to low usage and overlap with COPR. https://lists.fedoraproject.org/archives/list/epel-announce@lists.fedoraproject.org/thread/TQ3DI4VVMIT7GBCGD5FW5MTM7QRPJUGK/ --- diff --git a/fedscm_admin/__init__.py b/fedscm_admin/__init__.py index b571a96..0dcaba1 100644 --- a/fedscm_admin/__init__.py +++ b/fedscm_admin/__init__.py @@ -56,9 +56,9 @@ STANDARD_BRANCH_SLAS = { 'bug_fixes': '2029-05-31' }, 'epel8-playground': { - 'stable_api': '2029-05-31', - 'security_fixes': '2029-05-31', - 'bug_fixes': '2029-05-31' + 'stable_api': '2022-01-31', + 'security_fixes': '2022-01-31', + 'bug_fixes': '2022-01-31' }, 'epel8-next': { 'stable_api': '2024-05-31',