Hi everyone, The b2g manifests have been changed to point to http://git.mozilla.org/releases/gecko.git and that repository contains a master branch which hasn't been updated in over a week, making the only usable branch be the gecko-18 branch (aka nighty).
Since our build instructions are to just run "./config.sh PHONE" and this defaults to the stale master branch, I've gone ahead and modified config.sh to default to the nightly branch. You can update your repositories by reruning "./config.sh PHONE" This does a repo sync so take the normal precautions of committing your changes. If you want to switch back to using the master branch for some reason, you can do so by running BRANCH=master ./config.sh PHONE Pertinent bug tracking can be found in https://bugzilla.mozilla.org/show_bug.cgi?id=822970 Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
