Closed
Bug 556321
Opened 15 years ago
Closed 15 years ago
Empty l10n snippets are overwriting en-US snippet
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: coop, Assigned: coop)
References
Details
Attachments
(1 file)
3.13 KB,
patch
|
armenzg
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
en-US is currently hard-coded into the path we use for creating empty snippets, so when we try to upload snippets for l10n builds, they end up overwriting the en-US snippet. Since the AUS server is relying on those empty snippets to serve updates, we're not getting any l10n nightly updates.
The attached patch adds a function getCurrentBuildUploadDir() which just like getPreivousBuildUploadDir() uses the locale to set the correct path.
Attachment #436226 -
Flags: review?(armenzg)
Comment 1•15 years ago
|
||
Comment on attachment 436226 [details] [diff] [review]
Use the locale when setting the upload dir for the empty AUS snippets.
Looks good.
Attachment #436226 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Comment on attachment 436226 [details] [diff] [review]
Use the locale when setting the upload dir for the empty AUS snippets.
http://hg.mozilla.org/build/buildbotcustom/rev/5caaf42de95b
Attachment #436226 -
Flags: checked-in+
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
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
•