From ef6f884a0af7d6afcd69e4bb1e22c24cc0f861d7 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 9 Feb 2018 10:58:29 +0100 Subject: [PATCH] Disable koschei pagure plugin until I figure out why it segfaults --- roles/koschei/frontend/templates/config-frontend.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index c08b0738c6..8cd3837a3b 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -42,7 +42,7 @@ config = { {% if env == 'staging' %} "plugins": ['pagure', 'copr'], {% else %} - "plugins": ['pagure'], + "plugins": [], {% endif %} "caching": { "pagure": {