Closed
Bug 458152
Opened 16 years ago
Closed 15 years ago
add compare-locales step to 1.9.0 release automation
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: armenzg, Unassigned)
References
Details
(Whiteboard: [l10n])
The l10n repackages in 1.9.0 release automation are not running compare-locales which is an important piece of information to see the sanity of a locale
Add whatever it was being used in the old way (tinderbox driven) until bug 400010 gets fixed by using the latest version of compare-locales
Reporter | ||
Comment 1•16 years ago
|
||
Just by looking at this code:
http://mxr.mozilla.org/mozilla/source/tools/tinderbox/post-mozilla-rel.pl#988
988 for my $localetest (@Settings::CompareLocaleDirs) {
989 my $originaldir = "$srcdir/$localetest/locales/en-US";
990 my $localedir;
991 if ($Settings::CompareLocalesAviary) {
992 $localedir = "$srcdir/$localetest/locales/$locale";
993 }
994 else {
995 $localedir = "$srcdir/../l10n/$locale/$localetest";
996 }
997 $status = run_locale_shell_command "$^X $srcdir/toolkit/locales/compare-locales.pl $originaldir $localedir";
998 if ($tinderstatus eq 'success' && $status != 0) {
999 $tinderstatus = 'testfailed';
1000 }
1001 }
CompareLocaleDirs is defined in tinder-config.pl
175 nrthomas 1.1.2.9
#@CompareLocaleDirs = ();
# Run compare-locales test on these directories
176 @CompareLocaleDirs = (
177 "netwerk",
178 "browser",
179 "dom",
180 "toolkit",
181 "security/manager",
182 "other-licenses/branding/firefox",
183 "extensions/reporter",
184 );
This means that we should be fixing bug 400010 to use the right compare-locales
WONTFIX?
Comment 2•16 years ago
|
||
I don't see bug 4000010 being solved ad-hoc.
Reporter | ||
Comment 3•16 years ago
|
||
I have filed bug 458938 to coordinate this bug and bug 400010
As per conversation with Axel this should not be blocking bug 458153
No longer blocks: 458153
Severity: blocker → normal
Updated•16 years ago
|
Component: Release Engineering → Release Engineering: Future
Updated•16 years ago
|
Whiteboard: [l10n]
Comment 4•15 years ago
|
||
I don't think we'll be doing anything new for 3.0 at this point. Let's file a new bug if we need something for 3.5 (or later).
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Comment 5•15 years ago
|
||
Moving closed Future bugs into Release Engineering in preparation for removing the Future component.
Component: Release Engineering: Future → Release Engineering
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•