On Wed, Sep 18, 2013 at 08:08:11AM -0700, Naoki Hirata wrote: > What's the best way to build Inbound builds for a device (buri)? Is > there an easy way? or should I just remove the gecko and clone a > new inbound gecko once I pull the b2g repo?
People have mentioned using an alternate gecko dir, but there's another way to do this. In my gecko/ subdirectory, I did: git remote add m-c git://github.com/mozilla/mozilla-central.git That repository's "master" branch is mozilla-central, but it also has branches for most of the other trees. So now I can `git fetch m-c` and `git checkout m-c/b2g-inbound`, for example. Which way is the "best" (or qualifies as "easy") may be a matter of opinion. --Jed _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
