commit 27a1cd3519a23f4b58ef24cc39ee87fa3ca9dd1c
parent 77afd2e1f2dfacf022b73027443b4539f6873ae6
Author: buckE <buckE@disroot.org>
Date: Fri, 26 Jun 2020 08:19:58 +0000
trying arbitrary file for bst addLogs
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
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=['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'),