зеркало из https://github.com/mozilla/gecko-dev.git
6e3d5384d5
This fixes a regression from bug 1408365. Ideally these imports would be defined at the top of the file, then the py2 linter would have caught them. Even more ideally, mozboot would have some tests that hit these code paths. MozReview-Commit-ID: BWvIwAdUBF4 --HG-- extra : rebase_source : 6472f730a5cd12aa98af7a21f958d1ad2400f995 |
||
---|---|---|
.. | ||
bin | ||
mozboot | ||
support | ||
README.rst | ||
setup.py |
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!