Tweak the config of our two pagure instance for the upcoming 5.0 release

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-08-24 09:59:32 +02:00
parent 7eff19b4e3
commit d9be2c02ec
2 changed files with 6 additions and 0 deletions

View file

@ -266,6 +266,9 @@ ALLOW_DELETE_BRANCH = False
ALLOWED_PREFIX = ['rpms', 'modules', 'container', 'tests']
EXCLUDE_GROUP_INDEX = ['packager']
EMAIL_ON_WATCHCOMMITS = False
PRIVATE_PROJECTS = False
FEDMSG_NOTIFICATIONS = True
PR_TARGET_MATCHING_BRANCH = True
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc', 'Fedmsg']

View file

@ -306,3 +306,6 @@ GITOLITE_CELERY_QUEUE = 'gitolite_queue'
FAST_CELERY_QUEUE = 'fast_workers'
MEDIUM_CELERY_QUEUE = 'medium_workers'
SLOW_CELERY_QUEUE = 'slow_workers'
PRIVATE_PROJECTS = False
FEDMSG_NOTIFICATIONS = True
THEME = 'pagureio'