[85151] contrib/buildbot/master.cfg

wsiegrist at apple.com wsiegrist at apple.com
Mon Oct 10 08:11:55 PDT 2011


Revision: 85151
          http://trac.macports.org/changeset/85151
Author:   wsiegrist at apple.com
Date:     2011-10-10 08:11:54 -0700 (Mon, 10 Oct 2011)
Log Message:
-----------
Use localhost for mail relay

Modified Paths:
--------------
    contrib/buildbot/master.cfg

Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg	2011-10-10 15:00:59 UTC (rev 85150)
+++ contrib/buildbot/master.cfg	2011-10-10 15:11:54 UTC (rev 85151)
@@ -317,7 +317,7 @@
 if production:
     # send mail about base failures to users on the blamelist
     from buildbot.status.mail import MailNotifier
-    mn = MailNotifier(fromaddr="noreply at macports.org", lookup="", relayhost="lists.macosforge.org",
+    mn = MailNotifier(fromaddr="noreply at macports.org", lookup="", relayhost="localhost",
         builders=base_buildernames, mode="problem")
     c['status'].append(mn)
 
@@ -363,7 +363,7 @@
                 self.dl.append(d)
             return defer.DeferredList(self.dl)
 
-    mn = PortsMailNotifier(fromaddr="noreply at macports.org", lookup="", relayhost="lists.macosforge.org",
+    mn = PortsMailNotifier(fromaddr="noreply at macports.org", lookup="", relayhost="localhost",
         builders=ports_buildernames, mode="failing")
     c['status'].append(mn)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111010/7beb5bb5/attachment.html>


More information about the macports-changes mailing list