commit c35a123a281c751ee9e434739946a920c4c5e5c8
parent 9b5a469baeb26b2177e6e9de57838bd177b98c83
Author: buckE <buckE@disroot.org>
Date: Fri, 19 Jun 2020 06:13:46 +0000
buckE email removd from doc email for testing; interestedUsers reinstated
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -1036,13 +1036,12 @@ brokenLinksEmailNotifier = reporters.MailNotifier(
sphinxErrorNotifier = reporters.MailNotifier(
fromaddr="bb@taler.net",
- sendToInterestedUsers=False,
+ sendToInterestedUsers=True,
addLogs=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="BB: doc-builder (sphinx) has warnings or errors. Log attached."
)