taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 6cf64ab746ca087b0a4ca461b04b0bc0857b59b0
parent 5e622a9d7312faada6cb9046a27abe6c58a54308
Author: buckE <buckE@disroot.org>
Date:   Fri, 26 Jun 2020 05:20:05 +0000

buildslavetest notifier test interestedUsers

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1029,7 +1029,7 @@ EMAIL = reporters.MailNotifier( buildslavetestNotifier = reporters.MailNotifier( fromaddr="bb@taler.net", - sendToInterestedUsers=False, + sendToInterestedUsers=True, addLogs=True, useTls=True, # notify if sphinx exits with error (command line option in Makefile turns warnings into exit 1)