Closed
Bug 904006
Opened 12 years ago
Closed 12 years ago
[Single Variant] Integrate single variant in Gaia build scripts
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: albert, Assigned: albert)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
Join scripts from 904004 and 904005 into one.
Integrate scripts with Gaia build process
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → acperez
Assignee | ||
Comment 1•12 years ago
|
||
This patch calls build/local-apps.py (bugs 904004 & 904005) at build time when making gaia or generating a firefox OS build.
Attachment #797787 -
Flags: review?(yurenju.mozilla)
Assignee | ||
Comment 2•12 years ago
|
||
Steps to test the patch:
If installing gaia only, sync with https://github.com/telefonicaid/firefoxos-gaia-spain repo and follow the README or copy the repo to $GAIA_HOME/distribution.
If making a Firefox OS build, copy the repo content to $GAIA_HOME/distribution and build as usuall with ./build.sh
Comment 3•12 years ago
|
||
I modified "o2" section in local-apps.json to my carrier mcc/mnc but seems doesn't work.
here is my steps:
1. (in firefoxos-gaia-spain) copy |samples/local-apps.json| to root directory of firefoxos-gaia-spain
2. modify local-apps.json with mcc/mnc of my carrier[1]
3. (in gaia dir) MOZILLA_OFFICIAL=1 GAIA_DISTRIBUTION_DIR=<PATH-TO-firefoxos-gaia-spain> make production
I should have puzzle and sudoku but not.
[1] https://gist.github.com/yurenju/6420730#file-gistfile1-json-L36-L51
Flags: needinfo?(acperez)
Comment 4•12 years ago
|
||
BTW here is my mcc/mnc info
mcc: 466
mnc: 92
Comment 5•12 years ago
|
||
gecko revision: 1179318fb5aa
Assignee | ||
Comment 6•12 years ago
|
||
Sorry, I forgot to mention that this bug only generates at built-time the files needed in bug 893800, which is the responsible of installing the apps depending on the mcc/mnc.
So, the goal of this bug is:
- Add singlevariantconf.json to apps/homescreen/js/ folder (provides info to place apps in the desired location in the homescreen).
- Add singlevariantconf.json to profile/svoperapps/ folder.
- Add apps to profile: profile/svoperapps/{app_name}
Flags: needinfo?(acperez)
Updated•12 years ago
|
Attachment #797787 -
Flags: review?(yurenju.mozilla) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Master: fc0464d692b87ca9e9aae74e71e4b5df46236831
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
•