fune/python/mozboot
Mitchell Hentges ade8b6be08 Bug 1665232: Run "mach install-moz-phab" in bootstrap r=firefox-build-system-reviewers,rstewart
The supported way of submitting Firefox patches is via moz-phab, so
install it automatically in bootstrap rather than redirecting to docs.

Depends on D90455

Differential Revision: https://phabricator.services.mozilla.com/D90459
2020-09-22 21:06:12 +00:00
..
bin Bug 1664581 - Explicitly recommend putting hg in your PATH if bootstrap can't find it r=nalexander 2020-09-14 21:18:27 +00:00
mozboot Bug 1665232: Run "mach install-moz-phab" in bootstrap r=firefox-build-system-reviewers,rstewart 2020-09-22 21:06:12 +00:00
README.rst
setup.py

mozboot - Bootstrap your system to build Mozilla projects
=========================================================

This package contains code used for bootstrapping a system to build
mozilla-central.

This code is not part of the build system per se. Instead, it is related
to everything up to invoking the actual build system.

If you have a copy of the source tree, you run:

    python bin/bootstrap.py

If you don't have a copy of the source tree, you can run:

    curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py | python -

The bootstrap script will download everything it needs from hg.mozilla.org
automatically!