Round times to nearest minute. This avoids having multiple lines displaying the same minute.
git-svn-id: svn://10.0.0.236/trunk@40532 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -212,7 +212,8 @@ sub load_buildlog {
|
||||
chomp;
|
||||
($mailtime, $buildtime, $buildname,
|
||||
$errorparser, $buildstatus, $logfile, $binaryname) = split /\|/;
|
||||
|
||||
|
||||
$buildtime -= $buildtime % 60; # Round to minute
|
||||
# Ignore stuff in the future.
|
||||
next if $buildtime > $maxdate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user