Bug 1869647 - Mark hasStorageAccess.sub.https.window.html as intermittent after wpt...
[gecko.git] / python / mozboot / README.rst
blob97dc3c97b2c69f7efd63d20a8338ae415c63f7f0
1 mozboot - Bootstrap your system to build Mozilla projects
2 =========================================================
4 This package contains code used for bootstrapping a system to build
5 mozilla-central.
7 This code is not part of the build system per se. Instead, it is related
8 to everything up to invoking the actual build system.
10 If you have a copy of the source tree, you run:
12     python bin/bootstrap.py
14 If you don't have a copy of the source tree, you can run:
16     curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -o bootstrap.py
17     python bootstrap.py
19 The bootstrap script will download everything it needs from hg.mozilla.org
20 automatically!