Closed
Bug 932223
Opened 11 years ago
Closed 11 years ago
External apps split in two folders during make process
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: albert, Assigned: albert)
References
Details
(Whiteboard: [systemsfe][qa-])
Attachments
(1 file)
External apps are split in two folders during make gaia process.
For a given application 'app' two folders are generated in webapps/profile:
'app' and 'app.gaiamobile.org'
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → acperez
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #824050 -
Flags: review?(yurenju.mozilla)
Comment 2•11 years ago
|
||
Albert, do you know the root cause? looks we will have two times to generate zip file for same app.
Flags: needinfo?(acperez)
Assignee | ||
Comment 3•11 years ago
|
||
For external apps, webapp-manifests.js copies data to 'sourceDirectoryName' (f.e. gamepack) and then, webapp-zip.js generates the zip in 'domain' (gamepack.gaiamobile.org). The result is profile contains both folders.
External apps doesn't need to generate the zip, so patch copies data in webapp-manifests.js and does nothing in webapp-zip.js
Flags: needinfo?(acperez)
Comment 4•11 years ago
|
||
ni? Fabrice for question on github[1]
[1] https://github.com/mozilla-b2g/gaia/pull/13185/files#r7393351
Flags: needinfo?(fabrice)
Comment 5•11 years ago
|
||
Sorry I didn't see that you pinged me on github. The metadata.json is not needed in the shipped profile. It's only used to set correct values in webapps.json for the app.
Flags: needinfo?(fabrice)
Comment 6•11 years ago
|
||
Comment on attachment 824050 [details]
Patch
Thank you Fabrice!
and r=yurenju if comments on github are addressed.
Attachment #824050 -
Flags: review?(yurenju.mozilla) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [systemsfe] → [systemsfe][qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•