Confirmed users
1,051
edits
(→Note) |
|||
| Line 33: | Line 33: | ||
# Pull Gaia locally with git installed by running "git clone https://github.com/mozilla-b2g/gaia.git" | # Pull Gaia locally with git installed by running "git clone https://github.com/mozilla-b2g/gaia.git" | ||
# Pull the reference customization locally with git installed by running "git clone https://github.com/mozilla/qa-testcase-data.git" | # Pull the reference customization locally with git installed by running "git clone https://github.com/mozilla/qa-testcase-data.git" | ||
# In the Gaia directory, run "git checkout branchname", where branchname equals the branch you are testing (e.g. if you want 1.2, you would run git checkout v1.2). | # In the Gaia directory, run "git checkout branchname", where branchname equals the branch you are testing (e.g. if you want 1.2, you would run git checkout v1.2). (see #note for modification guide) | ||
# In the Gaia directory, run "MOZILLA_OFFICIAL=1 GAIA_DISTRIBUTION_DIR=../qa-testcase-data/customization/reference make production" | # In the Gaia directory, run "MOZILLA_OFFICIAL=1 GAIA_DISTRIBUTION_DIR=../qa-testcase-data/customization/reference make production" | ||
| Line 40: | Line 40: | ||
# Flash the latest build for the version you are aiming to test | # Flash the latest build for the version you are aiming to test | ||
# Pull Gaia locally with git installed by running "git clone https://github.com/mozilla-b2g/gaia.git" | # Pull Gaia locally with git installed by running "git clone https://github.com/mozilla-b2g/gaia.git" | ||
# Using the reference customization from https://github.com/mozilla-b2g/gaia/tree/master/customization | # Using the reference customization from https://github.com/mozilla-b2g/gaia/tree/master/customization (see #note for modification guide) | ||
# "MOZILLA_OFFICIAL=1 GAIA_DISTRIBUTION_DIR=customization make production" | # "MOZILLA_OFFICIAL=1 GAIA_DISTRIBUTION_DIR=customization make production" | ||