Turn off emailing on watchcommits on the main app and the git hooks

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-10-15 15:18:55 +02:00
parent 4d57437c16
commit 04dbc96fdc
2 changed files with 1 additions and 1 deletions

View file

@ -213,7 +213,6 @@ LOGGING = {
ENABLE_UI_NEW_PROJECTS = 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

View file

@ -53,6 +53,7 @@ ENABLE_GROUP_MNGT = False
DEPLOY_KEY = False
LOCAL_SSH_KEY = False
ALLOW_DELETE_BRANCH = False
EMAIL_ON_WATCHCOMMITS = False
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc', 'Fedmsg']