mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-09 17:37:22 +00:00

The base bootstrap class has code to conditionally upgrade Mercurial depending on its version. It is kinda broken. This commit overrides that code in the MozillaBuild bootstrapper to always run `pip`, which will ensure the latest stable Mercurial release is installed. MozReview-Commit-ID: 2O1Ff7dAp4o --HG-- extra : rebase_source : 98cba0abbebf13e8fe93673d5b46eb16e6a3c147
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!