so you don't have to be inside the firewall to contribute cycles.
This commit is contained in:
leaf%mozilla.org 1998-09-30 14:58:58 +00:00
Родитель 4d26cc776f
Коммит 8f8a2c38a7
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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