Closed
Bug 1173998
Opened 10 years ago
Closed 10 years ago
l10n partials aren't using l10n files for the previous mar
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: mshal, Assigned: mshal)
Details
Attachments
(2 files)
3.82 KB,
patch
|
nthomas
:
review+
mshal
:
checked-in+
|
Details | Diff | Splinter Review |
1.88 KB,
patch
|
nthomas
:
review+
lmandel
:
approval-mozilla-beta-
|
Details | Diff | Splinter Review |
When porting the partial mar generation into the tree, I didn't account for l10n builds. The "latestmar" definition always uses the en-US build instead of the localized version. I think we can just take the AB_CD value into account when listing the files.
Assignee | ||
Comment 1•10 years ago
|
||
nthomas noted that the latest_mar_dir in mozharness is also incorrect, and should end in "-l10n"
Assignee | ||
Comment 2•10 years ago
|
||
Update the mozharness configs to use the -l10n dir to find the previous complete mar repacks
Attachment #8621700 -
Flags: review?(nthomas)
Assignee | ||
Comment 3•10 years ago
|
||
Change the grep to use ".locale.platform.complete.mar$" instead of just "platform.complete.mar$". Also change the rm to remove only the current locale's previous partial mar instead of all previous partial mars - this way we have all new partials after looping through the locales so that they can be uploaded to TC at the end.
Attachment #8621703 -
Flags: review?(nthomas)
Updated•10 years ago
|
Attachment #8621700 -
Flags: review?(nthomas) → review+
Updated•10 years ago
|
Attachment #8621703 -
Flags: review?(nthomas) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8621700 [details] [diff] [review]
latest-mar-l10n
https://hg.mozilla.org/build/mozharness/rev/f0d04c716c93
Attachment #8621700 -
Flags: checked-in+
Comment 6•10 years ago
|
||
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8621703 [details] [diff] [review]
partial-mar-l10n
Approval Request Comment
[Feature/regressing bug #]: bug 1174241
[User impact if declined]: l10n builds on aurora are failing and using the incorrect previous complete mar
[Describe test coverage new/current, TreeHerder]:
[Risks and why]:
[String/UUID change made/needed]: none
Attachment #8621703 -
Flags: approval-mozilla-aurora?
Comment 8•10 years ago
|
||
Comment on attachment 8621703 [details] [diff] [review]
partial-mar-l10n
This missed the uplift.
Attachment #8621703 -
Flags: approval-mozilla-aurora? → approval-mozilla-beta?
Assignee | ||
Comment 9•10 years ago
|
||
The l10n automation for beta/release is different from central/aurora, so I'm not sure if we need this for beta. From what I can tell from the beta repack logs, this code is unused. It shouldn't hurt anything to uplift, though :).
Comment 10•10 years ago
|
||
Comment on attachment 8621703 [details] [diff] [review]
partial-mar-l10n
AFAIK we do not need this code for Beta 40. Please renom if this is incorrect or changes. Beta-
Attachment #8621703 -
Flags: approval-mozilla-beta? → approval-mozilla-beta-
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•