gecko-dev/python/mozboot
Sylvestre Ledru 7759b614e2 Bug 1575249 - Ride along: remove +x permissions on source files r=Ehsan
Depends on D42672

Differential Revision: https://phabricator.services.mozilla.com/D42673

--HG--
extra : moz-landing-system : lando
2019-08-21 09:57:03 +00: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 Bug 1575249 - Ride along: remove +x permissions on source files r=Ehsan 2019-08-21 09:57:03 +00:00
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

README.rst

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!