From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- comm/python/rocboot/README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 comm/python/rocboot/README.rst (limited to 'comm/python/rocboot/README.rst') diff --git a/comm/python/rocboot/README.rst b/comm/python/rocboot/README.rst new file mode 100644 index 0000000000..64db75f5a5 --- /dev/null +++ b/comm/python/rocboot/README.rst @@ -0,0 +1,20 @@ +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! -- cgit v1.2.3