From 614ce12a0f4664e83fb5d9efee7844598361065f Mon Sep 17 00:00:00 2001 From: james02135 Date: Tue, 22 Oct 2024 14:19:54 +0100 Subject: [PATCH] Update new-updates-sync to not skip EPEL 10 Signed-off-by: james02135 Include epel10 in the RELEASES dict Signed-off-by: james02135 Remove dict updates until composes are turned back on Signed-off-by: james02135 --- roles/bodhi2/backend/files/new-updates-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index ad70b00602..67680aa129 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -467,7 +467,7 @@ def update_epel_release_latest(releases): releases (dict): contains similar information of global variable RELEASES """ for release in releases: - if 'epel' in release and '10' not in RELEASES[release]['repos']['epel']['to'][0]['dest']: + if 'epel' in release: if 'next' in RELEASES[release]['repos']['epel']['to'][0]['dest']: dest = '/pub/epel/epel-next-release-latest-' + release[4] + '.noarch.rpm' # For next's epel release, use the subpackage rpm from epel repo instead of