mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
[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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user