mirror of
https://github.com/macports/macports-infrastructure.git
synced 2026-07-12 18:18:46 -07:00
Use localhost for mail relay
git-svn-id: https://svn.macports.org/repository/macports/contrib/buildbot@85151 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
+2
-2
@@ -317,7 +317,7 @@ else:
|
||||
if production:
|
||||
# send mail about base failures to users on the blamelist
|
||||
from buildbot.status.mail import MailNotifier
|
||||
mn = MailNotifier(fromaddr="noreply@macports.org", lookup="", relayhost="lists.macosforge.org",
|
||||
mn = MailNotifier(fromaddr="noreply@macports.org", lookup="", relayhost="localhost",
|
||||
builders=base_buildernames, mode="problem")
|
||||
c['status'].append(mn)
|
||||
|
||||
@@ -363,7 +363,7 @@ if production:
|
||||
self.dl.append(d)
|
||||
return defer.DeferredList(self.dl)
|
||||
|
||||
mn = PortsMailNotifier(fromaddr="noreply@macports.org", lookup="", relayhost="lists.macosforge.org",
|
||||
mn = PortsMailNotifier(fromaddr="noreply@macports.org", lookup="", relayhost="localhost",
|
||||
builders=ports_buildernames, mode="failing")
|
||||
c['status'].append(mn)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user