commit 22c40fde2d8f34970ed4c3ee8c8d2318931ba684
parent f79ec5585fe311492f7c6044e23dff9f218feac1
Author: buckE <buckE@disroot.org>
Date: Fri, 26 Jun 2020 08:49:17 +0000
addLogs=single for bst
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -1030,8 +1030,7 @@ EMAIL = reporters.MailNotifier(
buildslavetestNotifier = reporters.MailNotifier(
fromaddr="bb@taler.net",
sendToInterestedUsers=True,
- #addLogs=['update deployment.stdio',],
- #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'),