Make pkgs01.stg benefit from the feature of pagure 3.4

This commit is contained in:
Pierre-Yves Chibon 2017-07-31 17:40:29 +02:00
parent d70872abab
commit 5576a642f6

View file

@ -183,6 +183,9 @@ ENABLE_DEL_PROJECTS = False
ENABLE_TICKETS = False
ENABLE_USER_MNGT = False
ENABLE_GROUP_MNGT = False
DEPLOY_KEY = False
LOCAL_SSH_KEY = False
ALLOW_DELETE_BRANCH = False
ALLOWED_PREFIX = ['rpms', 'modules', 'container']
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc']