From 5ced342e9ef456a1cfc8fd52272c533e13ae29fc Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 10 Jul 2020 14:44:36 +0200 Subject: [PATCH] distgit-bugzilla-sync: fix the regex used to detect if a branch if for EPEL or not Signed-off-by: Pierre-Yves Chibon --- .../distgit-bugzilla-sync/templates/configuration.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml index 51f28916b2..17bade9d60 100644 --- a/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml +++ b/roles/openshift-apps/distgit-bugzilla-sync/templates/configuration.toml @@ -22,7 +22,7 @@ Reassigning to the new maintainer of this component. namespace = "modules" versions = [] [products."Fedora EPEL"] - branch_regex = '^epel\d+$' + branch_regex = '^(ep)?el\d+$' versions = ["epel8", "epel7", "el6"] [pdc_types]