From 344dc758643cebf8e5f42ecc0d51c15f1c596697 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 19 Nov 2019 16:29:34 +0100 Subject: [PATCH] remove unused configuration items Signed-off-by: Nils Philippsen --- .../default-config-files/configuration.toml | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/distgit_bugzilla_sync/default-config-files/configuration.toml b/distgit_bugzilla_sync/default-config-files/configuration.toml index 324bd21..6c2b33e 100644 --- a/distgit_bugzilla_sync/default-config-files/configuration.toml +++ b/distgit_bugzilla_sync/default-config-files/configuration.toml @@ -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