gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: try SMTP without TLS


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: try SMTP without TLS
Date: Tue, 09 Jan 2024 16:11:59 +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 af738c3  buildbot: try SMTP without TLS
af738c3 is described below

commit af738c30433df115e3bdf848fca6bef22f98ed5a
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Tue Jan 9 10:11:52 2024 -0500

    buildbot: try SMTP without TLS
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 0844eff..7f61e5d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -674,7 +674,7 @@ SERVICES.append(reporters.MailNotifier(
     fromaddr="bb@taler.net",
     generators=[docs_generator],
     sendToInterestedUsers=False,
-    useTls=True,
+    useTls=False,
     dumpMailsToLog=True,
     extraRecipients=['linkcheck@taler.net']
 ))
@@ -1041,7 +1041,7 @@ SERVICES.append(reporters.MailNotifier(
         add_logs=True,
     )],
     sendToInterestedUsers=False,
-    useTls=True,
+    useTls=False,
     dumpMailsToLog=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]