mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
7b29fb7e2a
- Bug 1219104 - Disallow multiple jar.mn mentioning the same files for the same build in the FasterMake backend. r=mshal (6e3578725e) - Bug 1222235: Remove monthly mercurial-update reminder. r=gps (50016df585) - Bug 1218612 - DevTools server/shared updated in dumbmake. r=fitzgen (d96a584692) - Bug 1188045: Don't delayload xul.dll or nss3.dll on clang-cl builds. r=glandium (595b3502e5) - Bug 1194834: Don't use static libs on Windows ASan builds. r=glandium (90e76d4526) - Bug 1224642 - Don't allow arguments to the XPCOMBinaryComponent template. r=gps (5309692c82) - fix dup entry for windows (f7018eca9c) - missing icon (98ad3f361f) - Bug 821291 - Move libmozgnome into libxul. r=glandium,karlt (83f14b4257) - some cleanup (2e5d551c1d) - Bug 1162187 - Fix up precompile_cache. r=glandium (0fc94c757a) - Bug 1207912 - Add a "stage-all" target; r=glandium (f3743661d8) - Bug 1142231 - [build-promotion] Create SDK in each en-US build. r=nthomas (3c93e4efb7) - Bug 1143510 - Fix line numbers for removal errors during make package. r=gps (8478e96833) - Bug 1181255 - Turn off tsan checking during packaging. r=glandium (fd23a62cdf) - Bug 1215676 - Disable leak reporting during packaging; r=glandium (a4350517b8) - Bug 1213721 - unbuffered python output during 'make upload', r=glandium Bug 1220763 - 43.0b1 build1 osx en-US beta build failing to upload, r=glandium (7f91d7104c) - Bug 1179289 - Source package should use consistent prefix directory. r=glandium (2869e7eb76) - Bug 1165512 - Generate one SDK per universal-build architecture. r=mshal (0dcd8ac8c7) - Bug 787200 - Move the Talos code into mozilla-central: create the talos test .zip file. r=ted (8c03d0c97d) - some android, crashreporter and other minor things we don't use but remove clutter (a8521e3d41) - Bug 1161661 - Provide progress and state feedback via the stub installer taskbar icon. r=bbondy (dabcafbac2) - Bug 1229154 - Launch 'eslint' with UNIX environment since 'eslint' is not a valid Win32 binary. r=gps (0652ccd62d) - Bug 1212047 - Improve ESLint logging in case of error r=glandium (9d2bc269c9) - Bug 1228628: Move all eslintignore rules to the top-level of the tree. r=mconley (fa334fc2c9) - Bug 1211223 - Error running eslint setup on Windows r=mh+mozilla, r=pbro (245524d49b) - Bug 1142050 - Add buildprops platform and buildtype guess to mozinfo.py, r=ted (6b2003062c)
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!