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 <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-04-17 14:04:01 +02:00
parent da5d18632b
commit 809489bc7c

View file

@ -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',