Closed
Bug 1052389
Opened 10 years ago
Closed 10 years ago
Thunderbird can't package with MOZ_PACKAGE_JSSHELL due to looking for dozip.py in the wrong location
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox33 fixed, firefox34 fixed)
RESOLVED
FIXED
mozilla34
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
(deleted),
patch
|
ted
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We're starting to look at what's needed for mozharness. The first thing is to package up jsshell for Thunderbird builds. Unfortunately when we do that, we get:
/builds/slave/tb-c-cen-lx-d-0000000000000000/build/objdir-tb/mozilla/_virtualenv/bin/python: can't open file '/builds/slave/tb-c-cen-lx-d-0000000000000000/build/toolkit/mozapps/installer/dozip.py': [Errno 2] No such file or directory
This just needs a simple $(topsrcdir) to $(MOZILLA_DIR) fix
Attachment #8471523 -
Flags: review?(ted)
Updated•10 years ago
|
Attachment #8471523 -
Flags: review?(ted) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Target Milestone: --- → mozilla34
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
QA Whiteboard: [qa-]
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8471523 [details] [diff] [review]
The fix
Approval Request Comment
[Feature/regressing bug #]: Can't remember, something that meant we need python 2.7 or later on Thunderbird builds.
[User impact if declined]: None, build-config only change
[Describe test coverage new/current, TBPL]: On mozilla-central.
[Risks and why]: None, we want to move this to 33 so that we can fix some test issues we're seeing with the Thunderbird builders.
[String/UUID change made/needed]: None
Attachment #8471523 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
Attachment #8471523 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 4•10 years ago
|
||
status-firefox33:
--- → fixed
Updated•10 years ago
|
status-firefox34:
--- → fixed
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•