summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-26 08:07:46 +0000
committerbuckE <buckE@disroot.org>2020-06-26 08:07:46 +0000
commit77afd2e1f2dfacf022b73027443b4539f6873ae6 (patch)
tree6c0847584d6233bf32ada9b834ab63dbc7f608cc /buildbot
parentb4f046d31ec409e0e8f9f7cdcca6f65d697a053a (diff)
downloaddeployment-77afd2e1f2dfacf022b73027443b4539f6873ae6.tar.gz
deployment-77afd2e1f2dfacf022b73027443b4539f6873ae6.tar.bz2
deployment-77afd2e1f2dfacf022b73027443b4539f6873ae6.zip
removed interestedUsers from bstNotifier
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 81dfbe4..f7cdcef 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1030,7 +1030,7 @@ EMAIL = reporters.MailNotifier(
buildslavetestNotifier = reporters.MailNotifier(
fromaddr="bb@taler.net",
- sendToInterestedUsers=True,
+ sendToInterestedUsers=False,
addLogs=['update deployment.stdio',],
useTls=True,
# notify if sphinx exits with error (command line option in Makefile turns warnings into exit 1)