releases-comm-central/python/rocboot
Rob Lemley 5dafc6d2c7 Bug 1865752 - Update Thunderbird build bootstrap script from m-c; require Python 3.8. r=dandarnell
Differential Revision: https://phabricator.services.mozilla.com/D194167

--HG--
extra : moz-landing-system : lando
2023-12-01 10:24:24 +00:00
..
bin Bug 1865752 - Update Thunderbird build bootstrap script from m-c; require Python 3.8. r=dandarnell 2023-12-01 10:24:24 +00:00
README.rst Bug 1719780 - Thunderbird local development environment bootstrap script. r=justdave 2021-07-09 04:37:51 +00:00

README.rst

rocboot - Bootstrap your system to build Mozilla Thunderbird!
=============================================================

This package contains code used for bootstrapping a system to build from
comm-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/comm-central/raw-file/default/python/rocboot/bin/bootstrap.py -o bootstrap.py
    python bootstrap.py

The bootstrap script will download everything it needs from hg.mozilla.org
automagically!