Closed
Bug 753545
Opened 13 years ago
Closed 13 years ago
make multil10n.py easier to run for developers
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
(Whiteboard: [mozharness])
Attachments
(1 file)
|
9.02 KB,
patch
|
rail
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
.
| Assignee | ||
Comment 1•13 years ago
|
||
This patch:
* adds a standalone_mozilla-central.py config file that's easier to edit,
* adds python error checking to the makefile error list (since we call python from make often. If this is ugly we can change)
* allows for an abs_path objdir
* adds backup-objdir and restore-objdir actions, since there's currently no easy way to un-multilocale your objdir
* changes the build action to error out on a non-zero error code, instead of erroring on any detected error log line.
I'm testing on my local VM.
| Assignee | ||
Updated•13 years ago
|
Attachment #628167 -
Attachment description: [needs testing] standalone multil10n → standalone multil10n
Attachment #628167 -
Flags: review?(rail)
Updated•13 years ago
|
Attachment #628167 -
Flags: review?(rail) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 628167 [details] [diff] [review]
standalone multil10n
http://hg.mozilla.org/build/mozharness/rev/636e0f7b6ab6
Attachment #628167 -
Flags: checked-in+
| Assignee | ||
Comment 3•13 years ago
|
||
Wiki updated:
https://wiki.mozilla.org/Mobile/Fennec/Android#Multilocale_builds
Blog posted:
http://escapewindow.dreamwidth.org/234671.html
-> RESO FIXED
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
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
•