taler-deployment

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

commit 77afd2e1f2dfacf022b73027443b4539f6873ae6
parent b4f046d31ec409e0e8f9f7cdcca6f65d697a053a
Author: buckE <buckE@disroot.org>
Date:   Fri, 26 Jun 2020 08:07:46 +0000

removed interestedUsers from bstNotifier

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

diff --git 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)