зеркало из https://github.com/mozilla/pjs.git
Only build updates for locales that aren't broken. (chase)
This commit is contained in:
Родитель
1c93ea44cc
Коммит
070aff9adc
|
@ -779,7 +779,9 @@ sub packit_l10n {
|
|||
run_locale_shell_command "cp $archive_loc/*$locale*.tar.* $stagedir/";
|
||||
}
|
||||
|
||||
if ($cachebuild and $Settings::update_package) {
|
||||
if ($tinderstatus eq 'success' and
|
||||
$cachebuild and
|
||||
$Settings::update_package) {
|
||||
if ( ! -d "$objdir/dist/l10n-stage" ) {
|
||||
die "packit_l10n: $objdir/dist/l10n-stage is not a directory!\n";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче