mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
ae95f7d117
`HGPLAIN` disables configuration settings that change the default Mercurial output, whereas `HGRCPATH=!` disables all extensions entirely. Since we are updating v-c-t to update custom Mercurial extensions, we should disable all extensions to avoid hitting bugs that would be fixed by updating v-c-t. Differential Revision: https://phabricator.services.mozilla.com/D206918 |
||
---|---|---|
.. | ||
bin | ||
mozboot | ||
.ruff.toml | ||
README.rst | ||
setup.py |
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 -o bootstrap.py python bootstrap.py The bootstrap script will download everything it needs from hg.mozilla.org automatically!