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:
parent
4d57437c16
commit
04dbc96fdc
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue