sendToInterestedUsers=False)
breakageEmail = mail.MailNotifier(fromaddr="buildbot@webkit.org",
extraRecipients=["mark+webkit-builds@bdash.net.nz"],
- lookup=mail.Domain("opensource.apple.com"),
+ lookup=mail.Domain("webkit.org"),
mode="breakage")
IRC = words.IRC(host="irc.freenode.net",
channels=["#webkit-build"],
announceAllBuilds=True)
-PBClient = client.PBListener("tcp:9988", "statusClient", "clientpw")
-
def getStatusListeners():
- return [waterfall, allBuildsEmail, breakageEmail, IRC, PBClient]
-
+ return [waterfall, allBuildsEmail, breakageEmail, IRC]
+2007-04-07 Mark Rowe <mrowe@apple.com>
+
+ Not reviewed. Update to match some configuration changes that have been active on build.webkit.org.
+
+ * BuildSlaveSupport/build.webkit.org-config/webkit/status.py:
+
2007-04-05 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.