commit f79ec5585fe311492f7c6044e23dff9f218feac1
parent 23e758226cc3f73bdd1794560401b912280aa5d5
Author: buckE <buckE@disroot.org>
Date: Fri, 26 Jun 2020 08:35:10 +0000
addLogs=True bst
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -159,7 +159,6 @@ LINKCHECKER_SCHEDULER = schedulers.Nightly(
)
# buildslavetest SCHEDULER
-# Run at 7:30am every day.
BUILDSLAVETEST_SCHEDULER = schedulers.SingleBranchScheduler(
# properties = {
# 'owner': ['buckE@taler.net',]
@@ -1031,7 +1030,8 @@ EMAIL = reporters.MailNotifier(
buildslavetestNotifier = reporters.MailNotifier(
fromaddr="bb@taler.net",
sendToInterestedUsers=True,
- addLogs=['update deployment.stdio',],
+ #addLogs=['update deployment.stdio',],
+ #addLogs=True,
useTls=True,
# notify if sphinx exits with error (command line option in Makefile turns warnings into exit 1)
mode=('all'),