Add the tests namespace to dist-git

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2017-12-20 10:44:43 +01:00
parent 988148e972
commit fa0a6a8439

View file

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