mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 366650: Make sure we generate updateType for complete snippets. r=rhelmer
This commit is contained in:
parent
d448938a5e
commit
4452e55d12
@ -757,6 +757,7 @@ sub CreateCompletePatchinfo {
|
||||
version => $to->{'appv'});
|
||||
}
|
||||
|
||||
my $updateType = $config->GetCurrentUpdate()->{'updateType'};
|
||||
|
||||
for my $c (@channels) {
|
||||
my $aus_prefix = "$u/aus2/$from_aus_app/$from_aus_version/$from_aus_platform/$from_aus_buildid/$l/$c";
|
||||
@ -791,6 +792,7 @@ sub CreateCompletePatchinfo {
|
||||
|
||||
$complete_patch->{'details'} = $detailsUrl;
|
||||
$complete_patch->{'license'} = $licenseUrl;
|
||||
$complete_patch->{'updateType'} = $updateType;
|
||||
|
||||
write_patch_info(patch => $complete_patch,
|
||||
schemaVer => $to->{'schema'});
|
||||
|
Loading…
Reference in New Issue
Block a user