gecko-dev/python/mozboot
Bogdan Tara 4ab1c12e2b Backed out 8 changesets (bug 1569046, bug 1210157) for flake8 failure on base.py CLOSED TREE
Backed out changeset eec9458e553d (bug 1210157)
Backed out changeset 06d452ac1d16 (bug 1210157)
Backed out changeset 0f5311bbd75b (bug 1210157)
Backed out changeset 975727f55b82 (bug 1569046)
Backed out changeset a65032b442bc (bug 1210157)
Backed out changeset 25aef37f3556 (bug 1210157)
Backed out changeset 5d26b3d7d4a0 (bug 1210157)
Backed out changeset f044d6116869 (bug 1210157)
2019-08-21 00:14:49 +03:00
..
bin Backed out 8 changesets (bug 1569046, bug 1210157) for flake8 failure on base.py CLOSED TREE 2019-08-21 00:14:49 +03:00
mozboot Backed out 8 changesets (bug 1569046, bug 1210157) for flake8 failure on base.py CLOSED TREE 2019-08-21 00:14:49 +03:00
support
README.rst
setup.py Backed out 8 changesets (bug 1569046, bug 1210157) for flake8 failure on base.py CLOSED TREE 2019-08-21 00:14:49 +03: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!