Bug 410006, don't hardcode firefox in details url, r=rhelmer
This commit is contained in:
Родитель
5c538f01b9
Коммит
02a963a912
|
@ -159,7 +159,8 @@ sub BumpPatcherConfig {
|
|||
$currentUpdateObj->{'from'} = $oldVersion;
|
||||
}
|
||||
|
||||
$currentUpdateObj->{'details'} = 'http://%locale%.www.mozilla.com/%locale%/firefox/' . $version . '/releasenotes/';
|
||||
$currentUpdateObj->{'details'} = 'http://%locale%.www.mozilla.com/%locale%/' .
|
||||
$product . '/' . $version . '/releasenotes/';
|
||||
|
||||
$currentUpdateObj->{'rc'} = {};
|
||||
foreach my $c (@{$RELEASE_CANDIDATE_CHANNELS}) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче