toddlers/distgit_bugzilla_sync: add epel10 version and branch_regex
Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
parent
1ee89d1dcd
commit
008c4e5f9a
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue