From 04d7cc916e72039e105975e40fa9004d2d045df7 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Tue, 23 Feb 1999 20:14:41 +0000 Subject: [PATCH] Show checkin history up to a week. git-svn-id: svn://10.0.0.236/trunk@21648 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/buildwho.pl | 2 +- mozilla/webtools/tinderbox/showbuilds.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/tinderbox/buildwho.pl b/mozilla/webtools/tinderbox/buildwho.pl index 78a1856d748..7f254d82bd9 100755 --- a/mozilla/webtools/tinderbox/buildwho.pl +++ b/mozilla/webtools/tinderbox/buildwho.pl @@ -64,7 +64,7 @@ sub build_who { close(BUILDLOG); #($j,$query_date_min) = split(/\|/, $line); - $query_date_min = time - (60 * 60 * 40); + $query_date_min = time - (60 * 60 * 24 * 7); # One week. if( $F_DEBUG ){ print "Minimum date: $query_date_min\n"; diff --git a/mozilla/webtools/tinderbox/showbuilds.cgi b/mozilla/webtools/tinderbox/showbuilds.cgi index 28f172dc36f..27058ce4a83 100755 --- a/mozilla/webtools/tinderbox/showbuilds.cgi +++ b/mozilla/webtools/tinderbox/showbuilds.cgi @@ -390,7 +390,7 @@ sub display_build_table_header { sub display_build_table_footer { print "\n"; - print "Show more checkin history

\n"; + print "Show more checkin history

\n"; if (open(FOOTER, "<$data_dir/footer.html")) { while (