commit c7d57cf0df5c3a4e755513280951384cd7ff4be3
parent 3f4f957d46dc1a979457565b8ddae73b434b1435
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 9 Mar 2017 12:10:48 +0100
Making buildbot send less e-mails.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -170,7 +170,7 @@ irc = reporters.IRC("irc.eu.freenode.net", "taler-bb",
})
email = reporters.MailNotifier(fromaddr="testbuild@taler.net",
sendToInterestedUsers=False,
- mode=("change", "problem"),
+ mode=("problem"),
builders=("switcher-builder"),
extraRecipients=["marcello.stanisci@inria.fr",
"florian.dold@inria.fr",