зеркало из https://github.com/mozilla/gecko-dev.git
e9cbe9727b
This fixes a regression in 195e88aab631 (bug 1429094). When I reviewed that changeset, I didn't realize there were callers of the renamed function outside the file. The other caller (changed in this commit) needs to interact with the repository. This may require loading extensions. So we can no longer unconditionally disable the loading of hgrc. We add an argument to control the loading of hgrc to support this. MozReview-Commit-ID: 8AkPhvtC1VH --HG-- extra : rebase_source : b2bf3dcc52ac6bdeb86ea56923b9eaea0771739e |
||
---|---|---|
.. | ||
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!