Adding scrape scan.

git-svn-id: svn://10.0.0.236/trunk@107096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 2001-11-02 09:43:12 +00:00
parent 3c078a1233
commit 414b31f322

View File

@ -104,6 +104,15 @@ if (defined $startup_buildnames_pat
system "./startup.pl $tinderbox{tree} $tinderbox{logfile}";
}
# Scrape data
# Compare the name with $scrape_buildnames_pat which is defined in
# $tinderbox{tree}/treedata.pl if at all.
if (defined $scrape_buildnames_pat
and $tinderbox{build} =~ /^$scrape_buildnames_pat$/
and $tinderbox{status} eq 'success') {
system "./scrape.pl $tinderbox{tree} $tinderbox{logfile}";
}
# Static pages
# For Sidebar flash and tinderbox panels.
$ENV{QUERY_STRING}="tree=$tinderbox{tree}&static=1";