Adding scrapebuilds.pl check

git-svn-id: svn://10.0.0.236/trunk@107774 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
2001-11-09 21:37:02 +00:00
parent 34578d29a0
commit bf8a257f80

View File

@@ -105,10 +105,8 @@ if (defined $startup_buildnames_pat
}
# 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$/
# Look for build name in scrapedata.pl.
if ($td->{scrape_builds}->{$buildname}
and $tinderbox{status} eq 'success') {
system "./scrape.pl $tinderbox{tree} $tinderbox{logfile}";
}