From 1dc76e6889364124f651bb1ce22dce54cd440207 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 5 Aug 2017 10:12:54 +0200 Subject: [PATCH] Exclude the packager group from the front if it ever gets projects --- roles/distgit/pagure/templates/pagure.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 980c132c48..1065b29c96 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -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']