Exclude the packager group from the front if it ever gets projects

This commit is contained in:
Pierre-Yves Chibon 2017-08-05 10:12:54 +02:00
parent 01886a3c49
commit 1dc76e6889

View file

@ -186,6 +186,7 @@ DEPLOY_KEY = False
LOCAL_SSH_KEY = False
ALLOW_DELETE_BRANCH = False
ALLOWED_PREFIX = ['rpms', 'modules', 'container']
EXCLUDE_GROUP_INDEX = ['packager']
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc']