Created
November 9, 2013 08:57
-
-
Save dwchiang/7383328 to your computer and use it in GitHub Desktop.
Initialize for building Gaia 1.2 on Keon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# Link https://etherpad.mozilla.org/fxos-zhtw-1-2-qatest | |
localecode="zh-TW" | |
branch="v1.2" | |
branch_u="v1_2" | |
# Get Gaia | |
mkdir ~/b2g | |
cd ~/b2g | |
git clone https://github.com/mozilla-b2g/gaia | |
cd gaia | |
git checkout -b $branch origin/$branch | |
cd locales | |
# Get zh-TW locale | |
hg clone https://hg.mozilla.org/releases/gaia-l10n/$branch_u/$localecode | |
cd .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment