From e16b768c89a1a4a52ff90624583240195555b12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Thu, 28 May 2020 10:59:29 +0200 Subject: [PATCH] the-new-hotness: Remove obsolete config options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index b092b49006..1d1a7590f4 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -69,7 +69,6 @@ handlers = ["console"] # the-new-hotness consumer configuration [consumer_config] -repo_url = "https://pagure.io/releng/fedora-scm-requests" {% if env == "staging" %} mdapi_url = "https://mdapi.stg.fedoraproject.org/" pdc_url = "https://pdc.stg.fedoraproject.org" @@ -150,8 +149,6 @@ target_tag = "rawhide" [consumer_config.anitya] url = "https://release-monitoring.org" -username = "{{ fedoraDummyUser }}" -password = "{{ fedoraDummyUserPassword }}" [consumer_config.cache] backend = "dogpile.cache.dbm"