taler-deployment

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

commit 747a65c9571988c1c6e0c92545497e2c3b5515de
parent 27a1cd3519a23f4b58ef24cc39ee87fa3ca9dd1c
Author: buckE <buckE@disroot.org>
Date:   Fri, 26 Jun 2020 08:23:30 +0000

no dice.  Back to True

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1031,7 +1031,7 @@ EMAIL = reporters.MailNotifier( buildslavetestNotifier = reporters.MailNotifier( fromaddr="bb@taler.net", sendToInterestedUsers=False, - addLogs=['/home/notReallyA.log',], + addLogs=True, useTls=True, # notify if sphinx exits with error (command line option in Makefile turns warnings into exit 1) mode=('all'),