Report the starttime correctly. Not ten minutes into the past.

git-svn-id: svn://10.0.0.236/trunk@43831 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com
1999-08-20 17:00:38 +00:00
parent d9add663ec
commit 3f51d43136

View File

@@ -6,7 +6,7 @@ use Sys::Hostname;
use POSIX "sys_wait_h";
use Cwd;
$Version = '$Revision: 1.1 $';
$Version = '$Revision: 1.2 $';
sub InitVars {
# PLEASE FILL THIS IN WITH YOUR PROPER EMAIL ADDRESS
@@ -340,7 +340,7 @@ sub BuildIt {
} else {
$CVSCO = $SaveCVSCO . ' -A';
}
$StartTime = time - 60 * 10;
$StartTime = time;
$StartTimeStr = &CVSTime($StartTime);
&StartBuild if ( $ReportStatus );