I am about to land a change to our manifests that will enable our patching infrastructure for the Hamachi and Leo ports. We need to do this to ensure that our builds are built from source that matches our partner's
The patching works by traversing B2G build tree and commiting patches to a repo-managed branch for the repositories with patches. The commit identifiers which each branch is using when you build will be for local-only commits. To force the patches to be re-applied, you can run: $ rm -f out/lastpatch.md5sum If you're being broken by these changes and want to side-step the issue, try the following: $ ./repo abandon b2g_autogen_ephemeral_branch $ ./repo sync $ rm -rf patches $ ./build.sh The code behind this is in use by our partners, as are the patches. This landing is tracked by bug 863765. Thanks, John _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
