taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 9b5a469baeb26b2177e6e9de57838bd177b98c83
parent a6cd2a9ee32c29381dfbcefc6f5b585e95ff9aff
Author: buckE <buckE@disroot.org>
Date:   Fri, 19 Jun 2020 06:09:37 +0000

add logs to doc scheduler; change subject

Diffstat:
Mbuildbot/master.cfg | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1031,17 +1031,19 @@ brokenLinksEmailNotifier = reporters.MailNotifier( mode=('failing'), builders=('linkchecker-builder',), extraRecipients=['brokenlinks@taler.net'], - subject="Broken Links Found in www.taler.net" + subject="Broken Links Found in www.taler.net. Log attached." ) 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',), - subject="sphinx-builder has warnings or errors. Check /home/docbuilder/warnings.log for warnings. Errors in main log(?)." + extraRecipients=['buckE@taler.net'], + subject="BB: doc-builder (sphinx) has warnings or errors. Log attached." ) c["services"] = [