Hi Gerv, ----- Original Message ----- > From: "Gervase Markham" <[email protected]> > To: [email protected] > Sent: Friday, April 19, 2013 6:17:19 PM > Subject: [b2g] Building particular branches > > Hi B2G team, > > The build instructions here: > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Preparing_for_your_first_B2G_build > > don't say how you can choose to build Firefox OS 1.0, or 1.0.1, or > 1.1. > Can someone update them to explain how to choose which branch to > build?
You use the following: BRANCH=branch-name ./config.sh phone-name You can cd to B2G/.repo/manifests and do "git branch -a" to see the names of the branches: remotes/origin/master remotes/origin/v1-train remotes/origin/v1.0.0 remotes/origin/v1.0.1 Remove the remotes/origin/ from the branch name. i.e. BRANCH=v1-train ./config.sh unagi Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
