remove unused configuration items
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
5a80b16874
commit
344dc75864
1 changed files with 0 additions and 22 deletions
|
@ -13,35 +13,16 @@ notify_emails = [
|
|||
"Fedora Modules" = "Fedora Modules"
|
||||
"Fedora EPEL" = "Fedora EPEL"
|
||||
|
||||
|
||||
[namespace_to_product]
|
||||
"rpms" = "Fedora" # except EPEL...
|
||||
"container" = "Fedora Container"
|
||||
"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]
|
||||
"rpms" = "rpm"
|
||||
"modules" = "module"
|
||||
"container" = "container"
|
||||
|
||||
[inverse_pdc_types]
|
||||
"rpm" = "rpms"
|
||||
"module" = "modules"
|
||||
"container" = "container"
|
||||
|
||||
|
||||
## EMAIL TEMPLATES
|
||||
|
||||
|
@ -113,7 +94,6 @@ The Fedora admins.
|
|||
url = "https://admin.stg.fedoraproject.org/accounts"
|
||||
username = "fill-me"
|
||||
password = "fill-me"
|
||||
insecure = false
|
||||
|
||||
[environments.staging]
|
||||
verbose = true
|
||||
|
@ -139,7 +119,6 @@ The Fedora admins.
|
|||
url = "https://admin.stg.fedoraproject.org/accounts"
|
||||
username = "fill-me"
|
||||
password = "fill-me"
|
||||
insecure = false
|
||||
|
||||
[environments.production]
|
||||
verbose = false
|
||||
|
@ -165,4 +144,3 @@ The Fedora admins.
|
|||
url = "https://admin.fedoraproject.org/accounts"
|
||||
username = "fill-me"
|
||||
password = "fill-me"
|
||||
insecure = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue