1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python/mozboot/README.rst Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +mozboot - Bootstrap your system to build Mozilla projects 1.5 +========================================================= 1.6 + 1.7 +This package contains code used for bootstrapping a system to build 1.8 +mozilla-central. 1.9 + 1.10 +This code is not part of the build system per se. Instead, it is related 1.11 +to everything up to invoking the actual build system. 1.12 + 1.13 +If you have a copy of the source tree, you run: 1.14 + 1.15 + python bin/bootstrap.py 1.16 + 1.17 +If you don't have a copy of the source tree, you can run: 1.18 + 1.19 + curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py | python - 1.20 + 1.21 +The bootstrap script will download everything it needs from hg.mozilla.org 1.22 +automatically!