mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 23:13:18 +00:00
b33dced904
- Bug 1143412 - Make sure that we run apt-get update. Otherwise, the install of packages will fail (1fae884ff) - Bug 1143014 - fix header sort order in mfbt/ (5b0797dee) - Bug 1142586 - avoid asking the link service for online status on CHANGED. (7f265c51b) - Bug 1134942 - Whitelist fstatat and unlinkat for B2G content processes. (18fda02ce) - Bug 1140111 - Whitelist readlinkat along with readlink. (45ab582d9) - Bug 906996 - Remove unlink from B2G content process syscall whitelist. (94e89c020) - Bug 1141885 - Make readlink() fail instead of allowing it, for B2G content processes. (12c3bb9a2) - Bug 1136221 - SIMD (interpreter): relax type requirement for Int32x4Bool. (148a97f37) - Bug 1141629 - SIMD: Clarify that reciprocal and reciprocalSqrt are approximations. (964c6dbc5)
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!