commit b979ee58c130e17977f076d7e5b76ea3131f1611
parent 51a7b7f08609d62a9e1c3f682030f66363614bd2
Author: buckE <buckE@disroot.org>
Date: Fri, 19 Jun 2020 04:28:13 +0000
removed buck e-mail for testing from master.cfg
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -1029,18 +1029,17 @@ brokenLinksEmailNotifier = reporters.MailNotifier(
# notify if build fails (ex: linkchecker.sh exit 1)
mode=('failing'),
builders=('linkchecker-builder',),
- extraRecipients=['buckE@taler.net','brokenlinks@taler.net'],
+ extraRecipients=['brokenlinks@taler.net'],
subject="Broken Links Found in www.taler.net"
)
sphinxErrorNotifier = reporters.MailNotifier(
fromaddr="bb@taler.net",
- sendToInterestedUsers=False,
+ sendToInterestedUsers=True,
useTls=True,
# notify if sphinx exits with error (command line option in Makefile turns warnings into exit 1)
mode=('failing'),
builders=('doc-builder',),
- extraRecipients=['buckE@taler.net'],
subject="sphinx-builder has warnings or errors. Check /home/docbuilder/warnings.log for warnings. Errors in main log(?)."
)