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";