Closed
Bug 821845
Opened 13 years ago
Closed 13 years ago
desktop b2g multilocale changes
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
(Whiteboard: [mozharness][b2g][multilocale])
Attachments
(1 file, 1 obsolete file)
|
1.85 KB,
patch
|
bhearsum
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
* merge-%s target needs to have compare-locales in path
* no need to run compare-locales outside the merge-%s target
| Assignee | ||
Comment 1•13 years ago
|
||
merge-%:
ifdef LOCALE_MERGEDIR
$(RM) -rf $(LOCALE_MERGEDIR)
MACOSX_DEPLOYMENT_TARGET= compare-locales -m $(LOCALE_MERGEDIR) $(srcdir)/l10n.ini $(L10NBASEDIR) $*
endif
@echo
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Comment 3•13 years ago
|
||
Axel, I made the changes requested, and am now getting:
17:39:37 INFO - Running command: make merge-es-ES L10NBASEDIR=/builds/slave/m-b2g18-linux32-g/./gecko-l10n LOCALE_MERGEDIR=/builds/slave/m-b2g18-linux32-g/./build/obj-firefox/merged in /builds/slave/m-b2g18-linux32-g/./build/obj-firefox/b2g/locales
17:39:37 INFO - rm -f -rf /builds/slave/m-b2g18-linux32-g/./build/obj-firefox/merged
17:39:37 INFO - MACOSX_DEPLOYMENT_TARGET= compare-locales -m /builds/slave/m-b2g18-linux32-g/./build/obj-firefox/merged /builds/slave/m-b2g18-linux32-g/build/b2g/locales/l10n.ini /builds/slave/m-b2g18-linux32-g/./gecko-l10n es-ES
17:39:37 ERROR - Traceback (most recent call last):
17:39:37 INFO - File "/builds/slave/m-b2g18-linux32-g/./compare-locales/scripts/compare-locales", line 44, in <module>
17:39:37 INFO - from Mozilla.Paths import EnumerateApp
17:39:37 INFO - ImportError: No module named Mozilla.Paths
17:39:37 INFO - make: *** [merge-es-ES] Error 1
17:39:37 ERROR - Return code: 2
| Assignee | ||
Comment 4•13 years ago
|
||
ah, that's probably what this is for
env = self.query_env(partial_env={'PYTHONPATH':
os.path.join(dirs['abs_compare_locales_dir'],
'lib')})
Comment 5•13 years ago
|
||
yep
| Assignee | ||
Comment 6•13 years ago
|
||
Tested on a b2g linux nightly in staging.
http://dev-master01.build.mozilla.org:8052/builders/b2g_mozilla-b2g18_linux32_gecko%20nightly/builds/0/steps/mozharness_multilocale/logs/stdio
Attachment #692435 -
Attachment is obsolete: true
Attachment #692475 -
Flags: review?(bhearsum)
Updated•13 years ago
|
Attachment #692475 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 692475 [details] [diff] [review]
get compare-locales working inside merge-%s
http://hg.mozilla.org/build/mozharness/rev/bb67ba1f1092
Attachment #692475 -
Flags: checked-in+
| Assignee | ||
Updated•13 years ago
|
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
•