taler-deployment

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

commit b4f046d31ec409e0e8f9f7cdcca6f65d697a053a
parent f659eb86e87127d78e0958c69c629774e1e397ce
Author: buckE <buckE@disroot.org>
Date:   Fri, 26 Jun 2020 08:03:52 +0000

testing addLogs specifying log

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=True, - addLogs=True, + addLogs=['update deployment.stdio',], useTls=True, # notify if sphinx exits with error (command line option in Makefile turns warnings into exit 1) mode=('all'),