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:
parent
da5d18632b
commit
809489bc7c
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue