summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-26 08:19:58 +0000
committerbuckE <buckE@disroot.org>2020-06-26 08:19:58 +0000
commit27a1cd3519a23f4b58ef24cc39ee87fa3ca9dd1c (patch)
treec65b4cb539ae834f7b144315b384fd96fdd06ecc /buildbot
parent77afd2e1f2dfacf022b73027443b4539f6873ae6 (diff)
downloaddeployment-27a1cd3519a23f4b58ef24cc39ee87fa3ca9dd1c.tar.gz
deployment-27a1cd3519a23f4b58ef24cc39ee87fa3ca9dd1c.tar.bz2
deployment-27a1cd3519a23f4b58ef24cc39ee87fa3ca9dd1c.zip
trying arbitrary file for bst addLogs
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
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'),