taler-deployment

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

commit 7f6165ceee5cc9bf6dcc7d7d34425e7089f7c806
parent ec3b3853b9e60567ccbba5fc76dd5a27d292b465
Author: ms <ms@taler.net>
Date:   Thu,  1 Jul 2021 15:16:56 +0200

fix keyword

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -58,7 +58,7 @@ WORKERS = [] tipReserveEmails = reporters.MailNotifier( fromaddr="buildbot@taler.net", # to be sent to a dedicate alias sendToInterestedUsers=False, - mode=("always"), + mode=("all"), builders=("check-tips-builder"), extraRecipients=["tips@taler.net"], dumpMailsToLog=True, # debug, to remove