From 91bbf33a2fd730f40a23199ce7b2019b09fd3332 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 23 Sep 2019 20:12:53 +0200 Subject: [PATCH] koschei: Disable hotfix_pagure_extras plugin in production --- roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 b/roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 index 675c400ffa..8c462dfe8a 100644 --- a/roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 +++ b/roles/openshift-apps/koschei/templates/config-frontend.cfg.j2 @@ -41,7 +41,8 @@ config = { {% if env == 'staging' %} "plugins": [], {% else %} - "plugins": ['hotfix_pagure_extras'], + "plugins": [], +# "plugins": ['hotfix_pagure_extras'], {% endif %} "caching": { "pagure": {