gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: buildbot: make MailNotifier us


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: make MailNotifier use TLS
Date: Sun, 26 Nov 2023 22:43:55 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 69bf25d  buildbot: make MailNotifier use TLS
69bf25d is described below

commit 69bf25dff454caae63611faf7c07d634ddd557b9
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Sun Nov 26 16:43:48 2023 -0500

    buildbot: make MailNotifier use TLS
---
 buildbot/master.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index fbbc3e8..5290c7e 100644
--- 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
 ))
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]