distgit-bugzilla-sync: fix the regex used to detect if a branch if for EPEL or not

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-07-10 14:44:36 +02:00
parent 1a43f2c523
commit 5ced342e9e

View file

@ -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]