toddlers/distgit_bugzilla_sync: add epel10 version and branch_regex

Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
Carl George 2024-08-20 20:54:46 -05:00 committed by zlopez
parent 1ee89d1dcd
commit 008c4e5f9a

View file

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