mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
4ab1c12e2b
Backed out changeset eec9458e553d (bug 1210157) Backed out changeset 06d452ac1d16 (bug 1210157) Backed out changeset 0f5311bbd75b (bug 1210157) Backed out changeset 975727f55b82 (bug 1569046) Backed out changeset a65032b442bc (bug 1210157) Backed out changeset 25aef37f3556 (bug 1210157) Backed out changeset 5d26b3d7d4a0 (bug 1210157) Backed out changeset f044d6116869 (bug 1210157) |
||
---|---|---|
.. | ||
bin | ||
mozboot | ||
support | ||
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 | python - The bootstrap script will download everything it needs from hg.mozilla.org automatically!