gecko-dev/python/mozboot
Ricky Stewart d44b1b67a3 Bug 1647873 - Remove "mach bootstrap is not fully implemented in MozillaBuild" message r=nalexander
This message dates from bug 1177128, the commit where this bootstrapper was added. At the time of writing that was certainly true, but today it doesn't appear to be true in any meaningful way. There's certainly an expectation that installing MozillaBuild and running `mach bootstrap` will get your machine ready to build Firefox; or at least, if it doesn't, it prints out some error messages telling you to do extra stuff, like we see in bug 1644794 for example. Therefore, I don't see how this message is relevant at all any more.

Differential Revision: https://phabricator.services.mozilla.com/D80730
2020-06-24 02:47:43 +00:00
..
bin Bug 1643317: |mach bootstrap --help| uses file ref to explain --app-choice r=rstewart 2020-06-10 16:27:24 +00:00
mozboot Bug 1647873 - Remove "mach bootstrap is not fully implemented in MozillaBuild" message r=nalexander 2020-06-24 02:47:43 +00:00
README.rst
setup.py Bug 1210157 - Use unicode_literals in all mozboot modules r=firefox-build-system-reviewers,mshal 2019-08-20 21:19:16 +00:00

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!