Update Sidebar Flash and Panel Content when new data arrives.

This commit is contained in:
slamm%netscape.com 1999-05-26 18:51:47 +00:00
Родитель be79c1b3e5
Коммит fcab9338a8
1 изменённых файлов: 9 добавлений и 2 удалений

Просмотреть файл

@ -52,9 +52,16 @@ close(LOG);
&compress_log_file;
&unlink_log_file;
$err = system("./buildwho.pl $tree");
system "./buildwho.pl $tree";
# Build static pages for Sidebar flash and tinderbox panels.
$ENV{QUERY_STRING}="tree=$tree&static=1";
system './showbuilds.cgi';
# end of main
######################################################################
#
# This routine will scan through log looking for 'tinderbox:' variables
#
sub get_variables{