taler-deployment

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

commit 1794eedaa596e6160a20574f761cd12b61b7dc13
parent af738c30433df115e3bdf848fca6bef22f98ed5a
Author: Devan Carpenter <devan@taler.net>
Date:   Tue,  9 Jan 2024 10:17:21 -0500

buildbot: explicitly set smtp host and port

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -675,6 +675,8 @@ SERVICES.append(reporters.MailNotifier( generators=[docs_generator], sendToInterestedUsers=False, useTls=False, + relayhost="localhost", + smtpPort=25, dumpMailsToLog=True, extraRecipients=['linkcheck@taler.net'] )) @@ -1042,6 +1044,8 @@ SERVICES.append(reporters.MailNotifier( )], sendToInterestedUsers=False, useTls=False, + relayhost="localhost", + smtpPort=25, dumpMailsToLog=True, extraRecipients=BUILDER_EMAIL_ADDRESSES ))