mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Fixed bug 2049 -- added link to rebuild the guilty column.
This commit is contained in:
parent
cf19e79625
commit
5c48535a90
@ -53,6 +53,11 @@ $colormap = {
|
|||||||
#$form{'tree'} = DogbertTip;
|
#$form{'tree'} = DogbertTip;
|
||||||
$tree = $form{'tree'};
|
$tree = $form{'tree'};
|
||||||
|
|
||||||
|
if (exists $form{'rebuildguilty'}) {
|
||||||
|
system ("./buildwho.pl $tree > /dev/null");
|
||||||
|
undef $form{'rebuildguilty'};
|
||||||
|
}
|
||||||
|
|
||||||
if ($form{'quickparse'}) {
|
if ($form{'quickparse'}) {
|
||||||
print "Content-type: text/plain\n\n";
|
print "Content-type: text/plain\n\n";
|
||||||
&do_quickparse;
|
&do_quickparse;
|
||||||
@ -327,6 +332,8 @@ sub display_build_table_header {
|
|||||||
print "<td rowspan=1><font size=-1>Click time to <br>see changes <br>since time</font>";
|
print "<td rowspan=1><font size=-1>Click time to <br>see changes <br>since time</font>";
|
||||||
$nspan = ( $tree2 ne "" ? 4 : 1);
|
$nspan = ( $tree2 ne "" ? 4 : 1);
|
||||||
print "<td colspan=$nspan><font size=-1>Click name to see what they did</font>";
|
print "<td colspan=$nspan><font size=-1>Click name to see what they did</font>";
|
||||||
|
print "<br><font size=-2><a href=showbuilds.cgi" . make_cgi_args() .
|
||||||
|
"&rebuildguilty=1>Rebuild guilty list</a>";
|
||||||
#print "<td colspan=$name_count><font size=-1>Burning builds are busted</font>";
|
#print "<td colspan=$name_count><font size=-1>Burning builds are busted</font>";
|
||||||
#print "</tr>\n";
|
#print "</tr>\n";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user