From fa0a6a84399c7876e7042bea387a77d9982b902f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 20 Dec 2017 10:44:43 +0100 Subject: [PATCH] Add the tests namespace to dist-git 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 b138c2fc9e..8789b5486a 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -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']