From 27a1cd3519a23f4b58ef24cc39ee87fa3ca9dd1c Mon Sep 17 00:00:00 2001 From: buckE Date: Fri, 26 Jun 2020 08:19:58 +0000 Subject: trying arbitrary file for bst addLogs --- buildbot/master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildbot') diff --git a/buildbot/master.cfg b/buildbot/master.cfg index f7cdcef..2fa9113 100644 --- 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=['update deployment.stdio',], + addLogs=['/home/notReallyA.log',], useTls=True, # notify if sphinx exits with error (command line option in Makefile turns warnings into exit 1) mode=('all'), @@ -1055,7 +1055,7 @@ brokenLinksEmailNotifier = reporters.MailNotifier( #sphinxErrorNotifier = reporters.MailNotifier( # fromaddr="bb@taler.net", # sendToInterestedUsers=False, -# addLogs=True, +# addLogs=['build docs.stdio',], # useTls=True, # # notify if sphinx exits with error (command line option in Makefile turns warnings into exit 1) # mode=('failing'), -- cgit v1.2.3