From 809489bc7c70ab7bc2bb3684fd677519db7ab042 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 17 Apr 2018 14:04:01 +0200 Subject: [PATCH] Disable the fedmsg hook in pagure's ui in dist-git Since that hook will from now on be enabled for all projects Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 7cceffd6b4..38257d94f2 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -197,7 +197,7 @@ ALLOW_DELETE_BRANCH = False ALLOWED_PREFIX = ['rpms', 'modules', 'container', 'tests'] EXCLUDE_GROUP_INDEX = ['packager'] -DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc'] +DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc', 'Fedmsg'] ACLS = { 'create_project': 'Create a new project',