зеркало из https://github.com/mozilla/pjs.git
bug 409232: pass in product name to verify-locales.pl - Bootstrap changes to call verify-locales.pl w/ new argument. r=nrthomas, patch=me
This commit is contained in:
Родитель
3286b20164
Коммит
c957fdd0aa
|
@ -458,7 +458,8 @@ sub Verify {
|
|||
$this->Shell(
|
||||
cmd => catfile($stageHome, 'bin', 'verify-locales.pl'),
|
||||
cmdArgs => ['-m', catfile($stageDir, 'batch1', 'config',
|
||||
'shipped-locales'), '-l', $linuxExtension],
|
||||
'shipped-locales'), '-l', $linuxExtension,
|
||||
'-p', $product],
|
||||
logFile => $verifyLocalesLogFile,
|
||||
dir => catfile($stageDir, 'batch1', 'stage-signed'),
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче