From 008c4e5f9a9aa49d25f0eecd1894438d2e8c9128 Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 20 Aug 2024 20:54:46 -0500 Subject: [PATCH] toddlers/distgit_bugzilla_sync: add epel10 version and branch_regex Signed-off-by: Carl George --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 39d589c04b..82a79fd3a4 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -217,8 +217,8 @@ namespace = "modules" versions = [] [consumer_config.distgit_bugzilla_sync.products."Fedora EPEL"] -branch_regex = '^epel\d+$' -versions = ["epel9", "epel8"] +branch_regex = '^epel\d+(?:\.\d+)?$' +versions = ["epel10", "epel9", "epel8"] # Configuration section for scm_request_processor [consumer_config.scm_request_processor]