Adding scrapebuilds.pl check
git-svn-id: svn://10.0.0.236/trunk@107774 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user