зеркало из https://github.com/mozilla/gecko-dev.git
Bug 371062: Fix two regressions with past release update snippet handling. r=rhelmer
This commit is contained in:
Родитель
e7423ae9aa
Коммит
8ee0e0cfcc
|
@ -901,7 +901,6 @@ sub CreatePastReleasePatchinfo {
|
|||
$completePatch ->{'info_path'} = catfile($ausPrefix,
|
||||
'complete.txt');
|
||||
|
||||
|
||||
my $prettyPrefix = "$pastUpd->{'from'}-$update->{'to'}";
|
||||
PrintProgress(total => $totalPastUpdates,
|
||||
current => ++$patchInfoFilesCreated,
|
||||
|
@ -920,13 +919,13 @@ sub CreatePastReleasePatchinfo {
|
|||
$completePatch->{'build_id'} = $patchLocaleNode->{'build_id'};
|
||||
$completePatch->{'appv'} = $patchLocaleNode->{'appv'};
|
||||
$completePatch->{'extv'} = $patchLocaleNode->{'extv'};
|
||||
$completePatch->{'size'} = (stat($to_path))[$MozAUSLib::ST_SIZE];
|
||||
$completePatch->{'size'} = (stat($to_path))[$ST_SIZE];
|
||||
|
||||
my $channelSpecificUrlKey = $channel . '-url';
|
||||
|
||||
if (exists($completePatch->{$channelSpecificUrlKey})) {
|
||||
if (exists($complete->{$channelSpecificUrlKey})) {
|
||||
$completePatch->{'url'} = SubstitutePath(
|
||||
path => $completePatch->{$channelSpecificUrlKey},
|
||||
path => $complete->{$channelSpecificUrlKey},
|
||||
platform => $toPlatform,
|
||||
locale => $locale);
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче