commit fdf5a06ced71868aaca1965f90e5291a0c9b08db
parent df3675f82132f6a1d3d82bf3f65ae740ec35bd70
Author: buckE <buckE@disroot.org>
Date: Fri, 19 Jun 2020 07:08:10 +0000
sphinx errors recipients minimized
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -1036,12 +1036,13 @@ brokenLinksEmailNotifier = reporters.MailNotifier(
sphinxErrorNotifier = reporters.MailNotifier(
fromaddr="bb@taler.net",
- sendToInterestedUsers=True,
+ sendToInterestedUsers=False,
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=['sphinxerrors@taler.net'],
subject="BB: doc-builder (sphinx) has warnings or errors. Log attached."
)