From 645fc600affcb564f7fe7f42eefcba34a1715783 Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Wed, 30 Sep 1998 14:58:58 +0000 Subject: [PATCH] Changed the mail-recipient to external-tinderbox-incoming@mozilla.org, so you don't have to be inside the firewall to contribute cycles. git-svn-id: svn://10.0.0.236/trunk@11559 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/examples/mozilla-unix.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/tinderbox/examples/mozilla-unix.pl b/mozilla/webtools/tinderbox/examples/mozilla-unix.pl index 5b0545f4e50..9a317313f43 100755 --- a/mozilla/webtools/tinderbox/examples/mozilla-unix.pl +++ b/mozilla/webtools/tinderbox/examples/mozilla-unix.pl @@ -252,7 +252,7 @@ $q++; close(LOG); close(OUTLOG); - system( "/bin/mail tinderbox-daemon\@warp < ${DirName}.log.last" ); + system( "/bin/mail external-tinderbox-incoming\@mozilla.org < ${DirName}.log.last" ); # if this is a test run, set early_exit to 0. This mean one loop of execution if ($BuildTest) { @@ -273,7 +273,7 @@ sub CVSTime { } sub StartBuild { - open( LOG, "|/bin/mail tinderbox-daemon\@warp" ); + open( LOG, "|/bin/mail external-tinderbox-incoming\@mozilla.org" ); print LOG "\n"; print LOG "tinderbox: tree: $BuildTree\n"; print LOG "tinderbox: builddate: $StartTime\n";