зеркало из https://github.com/mozilla/gecko-dev.git
startup data goes to scrapt.dat now.
This commit is contained in:
Родитель
1705d9cf87
Коммит
3ab251b448
|
@ -95,15 +95,6 @@ if (defined $pageloader_buildnames_pat
|
|||
system("./pageloader.pl", "$tinderbox{tree}", "$tinderbox{logfile}");
|
||||
}
|
||||
|
||||
# Startup data
|
||||
# Compare the name with $startup_buildnames_pat which is defined in
|
||||
# $tinderbox{tree}/treedata.pl if at all.
|
||||
if (defined $startup_buildnames_pat
|
||||
and $tinderbox{build} =~ /^$startup_buildnames_pat$/
|
||||
and $tinderbox{status} eq 'success') {
|
||||
system("./startup.pl", "$tinderbox{tree}", "$tinderbox{logfile}");
|
||||
}
|
||||
|
||||
# Scrape data
|
||||
# Look for build name in scrapedata.pl.
|
||||
require "$tinderbox{tree}/scrapebuilds.pl" if -r "$tinderbox{tree}/scrapebuilds.pl";
|
||||
|
|
Загрузка…
Ссылка в новой задаче