Skip to content

Instantly share code, notes, and snippets.

@dwchiang
Created November 9, 2013 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwchiang/7383328 to your computer and use it in GitHub Desktop.
Save dwchiang/7383328 to your computer and use it in GitHub Desktop.
Initialize for building Gaia 1.2 on Keon
#! /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