taler-deployment

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

commit 69bf25dff454caae63611faf7c07d634ddd557b9
parent 041e3971ebdfc7d2c37c57c4a38e0b01d70b38d3
Author: Devan Carpenter <devan@taler.net>
Date:   Sun, 26 Nov 2023 16:43:48 -0500

buildbot: make MailNotifier use TLS

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1267,6 +1267,7 @@ SERVICES.append(reporters.MailNotifier( add_logs=True, )], sendToInterestedUsers=False, + useTls=True, extraRecipients=BUILDER_EMAIL_ADDRESSES ))