[toddlers] Update config
* Add branch regex to containers * Remove modules * Remove PDC types Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
3bc0ffb865
commit
f4fa4edcd0
1 changed files with 1 additions and 10 deletions
|
@ -192,12 +192,6 @@ notify_admins = [
|
|||
]
|
||||
{% endif %}
|
||||
|
||||
# PDC types mapping for distgit_bugzilla_sync toddler
|
||||
[consumer_config.distgit_bugzilla_sync.pdc_types]
|
||||
"rpms" = "rpm"
|
||||
"modules" = "module"
|
||||
"container" = "container"
|
||||
|
||||
# Bugzilla products informations for Fedora
|
||||
[consumer_config.distgit_bugzilla_sync.products]
|
||||
|
||||
|
@ -207,13 +201,10 @@ namespace = "rpms"
|
|||
versions = ["rawhide", "41", "40", "39", "38"]
|
||||
|
||||
[consumer_config.distgit_bugzilla_sync.products."Fedora Container Images"]
|
||||
branch_regex = '^((f\d+)|rawhide)$'
|
||||
namespace = "container"
|
||||
versions = ["rawhide", "41", "40", "39", "38"]
|
||||
|
||||
[consumer_config.distgit_bugzilla_sync.products."Fedora Modules"]
|
||||
namespace = "modules"
|
||||
versions = []
|
||||
|
||||
[consumer_config.distgit_bugzilla_sync.products."Fedora EPEL"]
|
||||
branch_regex = '^epel\d+(?:\.\d+)?$'
|
||||
versions = ["epel10", "epel9", "epel8"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue