зеркало из https://github.com/mozilla/gecko-dev.git
751b02f86b
Since bug 1421097, rust 1.22.0 is required to build, but mozboot was still considering 1.21.0 sufficiently new. bumpt the version there as well so `./mach bootstap` will update to the required version. MozReview-Commit-ID: moYo0KSsU --HG-- extra : rebase_source : 900a962f5742b24ccd6ce3decc0242ff4fe36456 |
||
---|---|---|
.. | ||
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!