From 5c48535a9066b07d3bf66fe2c503196a925d446e Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Wed, 23 Dec 1998 17:52:37 +0000 Subject: [PATCH] Fixed bug 2049 -- added link to rebuild the guilty column. --- webtools/tinderbox/showbuilds.cgi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webtools/tinderbox/showbuilds.cgi b/webtools/tinderbox/showbuilds.cgi index 2cec9621f3ec..742a1cd718ce 100755 --- a/webtools/tinderbox/showbuilds.cgi +++ b/webtools/tinderbox/showbuilds.cgi @@ -53,6 +53,11 @@ $colormap = { #$form{'tree'} = DogbertTip; $tree = $form{'tree'}; +if (exists $form{'rebuildguilty'}) { + system ("./buildwho.pl $tree > /dev/null"); + undef $form{'rebuildguilty'}; +} + if ($form{'quickparse'}) { print "Content-type: text/plain\n\n"; &do_quickparse; @@ -327,6 +332,8 @@ sub display_build_table_header { print "Click time to
see changes
since time
"; $nspan = ( $tree2 ne "" ? 4 : 1); print "Click name to see what they did"; + print "
Rebuild guilty list"; #print "Burning builds are busted"; #print "\n";