From 4cbfc110d2aa87f499a3a4cfb0ccabf7452a97e3 Mon Sep 17 00:00:00 2001 From: "rhelmer%mozilla.com" Date: Thu, 14 Feb 2008 18:48:49 +0000 Subject: [PATCH] send log to MozillaExperimental, set binaryURL b=412780 r=bhearsum --- .../automation/production-1.9/master.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/buildbot-configs/automation/production-1.9/master.cfg b/tools/buildbot-configs/automation/production-1.9/master.cfg index 5df652a5c83..eb7a7354f35 100644 --- a/tools/buildbot-configs/automation/production-1.9/master.cfg +++ b/tools/buildbot-configs/automation/production-1.9/master.cfg @@ -425,6 +425,16 @@ c['status'].append(tinderbox.TinderboxMailNotifier( logCompression="bzip2") ) +c['status'].append(tinderbox.TinderboxMailNotifier( + fromaddr="bootstrap@mozilla.com", + tree="MozillaExperimental", + builders=['macosx_shark_build'], + binaryURL='http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/experimental/shark/', + extraRecipients=["tinderbox-daemon@tinderbox.mozilla.org"], + relayhost="smtp.mozilla.org", + logCompression="bzip2") +) + from buildbot.status.mail import MailNotifier c['status'].append(MailNotifier( fromaddr="bootstrap@mozilla.com",