mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user