зеркало из https://github.com/mozilla/gecko-dev.git
57bf0dc91d
It seems older Python (e.g. 2.7 from Ubuntu 14.04) doesn't support SNI, so we get a TLS error with the canonical https://static.rust-lang.org/ url even when using the `requests` module. Fall back to the no-CNAME host instead which is ugly but works. Thanks to Simon Sapin for the suggestion. MozReview-Commit-ID: I6V5ASijuKi --HG-- extra : rebase_source : 2e2a449fbb3011b51207f1c6baa3d288d0dc774c |
||
---|---|---|
.. | ||
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!