зеркало из https://github.com/mozilla/pjs.git
proper checking for scrape_builds data
This commit is contained in:
Родитель
59c262180b
Коммит
1090fd8014
|
@ -106,7 +106,8 @@ if (defined $startup_buildnames_pat
|
|||
|
||||
# Scrape data
|
||||
# Look for build name in scrapedata.pl.
|
||||
if ($td->{scrape_builds}->{$buildname}
|
||||
require "$tinderbox{tree}/scrapebuilds.pl" if -r "$tinderbox{tree}/scrapebuilds.pl";
|
||||
if ($scrape_builds->{$buildname}
|
||||
and $tinderbox{status} eq 'success') {
|
||||
system "./scrape.pl $tinderbox{tree} $tinderbox{logfile}";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче