remove unused configuration items

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2019-11-19 16:29:34 +01:00
parent 5a80b16874
commit 344dc75864

View file

@ -13,35 +13,16 @@ notify_emails = [
"Fedora Modules" = "Fedora Modules" "Fedora Modules" = "Fedora Modules"
"Fedora EPEL" = "Fedora EPEL" "Fedora EPEL" = "Fedora EPEL"
[namespace_to_product] [namespace_to_product]
"rpms" = "Fedora" # except EPEL... "rpms" = "Fedora" # except EPEL...
"container" = "Fedora Container" "container" = "Fedora Container"
"modules" = "Fedora Modules" "modules" = "Fedora Modules"
# This maps bugzilla products to "lead" branches in PDC. If the lead branch is
# retired, then we in turn set the default assignee to "orphan" for all new bugs
# in the given product.
[products_to_lead_branch]
# If rawhide is retired, then all new bugs go to orphan for Fedora.
"Fedora" = "master"
# Same for containers.
"Fedora Container" = "master"
# Same for modules.
"Fedora Modules" = "master"
# If epel7 is retired, then all new epel bugs go to orphan.
"Fedora EPEL" = "epel7"
[pdc_types] [pdc_types]
"rpms" = "rpm" "rpms" = "rpm"
"modules" = "module" "modules" = "module"
"container" = "container" "container" = "container"
[inverse_pdc_types]
"rpm" = "rpms"
"module" = "modules"
"container" = "container"
## EMAIL TEMPLATES ## EMAIL TEMPLATES
@ -113,7 +94,6 @@ The Fedora admins.
url = "https://admin.stg.fedoraproject.org/accounts" url = "https://admin.stg.fedoraproject.org/accounts"
username = "fill-me" username = "fill-me"
password = "fill-me" password = "fill-me"
insecure = false
[environments.staging] [environments.staging]
verbose = true verbose = true
@ -139,7 +119,6 @@ The Fedora admins.
url = "https://admin.stg.fedoraproject.org/accounts" url = "https://admin.stg.fedoraproject.org/accounts"
username = "fill-me" username = "fill-me"
password = "fill-me" password = "fill-me"
insecure = false
[environments.production] [environments.production]
verbose = false verbose = false
@ -165,4 +144,3 @@ The Fedora admins.
url = "https://admin.fedoraproject.org/accounts" url = "https://admin.fedoraproject.org/accounts"
username = "fill-me" username = "fill-me"
password = "fill-me" password = "fill-me"
insecure = false