Bug 410006, don't hardcode firefox in details url, r=rhelmer

This commit is contained in:
nrthomas@gmail.com 2008-02-20 01:57:27 -08:00
Родитель 5c538f01b9
Коммит 02a963a912
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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}) {