From 0960e140ff4e4417668497d9b5f7ac90b418468a Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Wed, 21 Jul 1999 21:08:40 +0000 Subject: [PATCH] Include warning summary at top after message of the day. --- webtools/tinderbox/showbuilds.cgi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webtools/tinderbox/showbuilds.cgi b/webtools/tinderbox/showbuilds.cgi index 5830a2fdf56..c4f76ebf7b3 100755 --- a/webtools/tinderbox/showbuilds.cgi +++ b/webtools/tinderbox/showbuilds.cgi @@ -161,6 +161,9 @@ sub print_page_head { # Get the message of the day only on the first pageful do "$tree/mod.pl" if $nowdate eq $maxdate; + # Get the warnings summary + do "$tree/warn.pl" if $nowdate eq $maxdate; + use POSIX qw(strftime); # Print time in format, "HH:MM timezone" my $now = strftime("%H:%M %Z", localtime); @@ -170,7 +173,8 @@ sub print_page_head { &print_javascript; - print "$message_of_day\n"; + print "$message_of_day\n"; # from $tree/mod.pl + print "$warning_summary\n"; # from $tree/warn.pl # Quote and Lengend #