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
This commit is contained in:
leaf%mozilla.org
1998-09-30 14:58:58 +00:00
parent 8853f7e697
commit 645fc600af

View File

@@ -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";