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:
parent
1a43f2c523
commit
5ced342e9e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue