Closed
Bug 948299
Opened 12 years ago
Closed 12 years ago
[BuildScript] Use PROFILE_DIR instead of PROFILE_FOLDER in the extension handling module
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gweng, Assigned: gweng)
References
Details
Attachments
(1 file)
Current it would forcibly use <gaia-dir>/<profile-folder>/extensions as the target directory. This is actually make the PROFILE_DIR useless: if I put a profile which is out of GAIA_DIR, the extension directory would still be inside the GAIA_DIR.
I would submit a patch to fix this.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → gweng
| Assignee | ||
Comment 1•12 years ago
|
||
Simply replace the original method.
Attachment #8345180 -
Flags: review?(yurenju.mozilla)
Comment 2•12 years ago
|
||
Comment on attachment 8345180 [details] [review]
Patch
r=yurenju if you addressed issue which I mentioned on github.
and please rebase again to run build tests on travis-ci.
Attachment #8345180 -
Flags: review?(yurenju.mozilla) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Travis was green: https://travis-ci.org/mozilla-b2g/gaia/builds/15313459
master: https://github.com/mozilla-b2g/gaia/commit/4d496b9e72baf66e41ef5238d4ec772cc98a89bb
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•