[toddlers] Update distgit_bugzilla_sync config
I changed the logic a little to prevent the issue with container projects that happened before, but this needs new change in configuration. The distgit_bugzilla_sync will now map project to product first based on namespace and if there are more Bugzilla products mapped to same namespace it will use the branch_regex. This should be more clear and prevent the container issue in future. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
f4fa4edcd0
commit
97b4696964
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ versions = ["rawhide", "41", "40", "39", "38"]
|
|||
|
||||
[consumer_config.distgit_bugzilla_sync.products."Fedora EPEL"]
|
||||
branch_regex = '^epel\d+(?:\.\d+)?$'
|
||||
namespace = "rpms"
|
||||
versions = ["epel10", "epel9", "epel8"]
|
||||
|
||||
# Configuration section for scm_request_processor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue