gecko-dev/tools/update-packaging
Tom Prince afa141b26c Bug 1514124: [win64-aarch64] Pass the architecture to mar generation, so that it can pass the appropriate arch flag to xz; r=aki,Callek
XZ supports rewritting addresses in executable code, which is architechture
specific. The updater is compiled with support for the target architecture
only, so we can't always compress updates passing `--x86` to XZ. This threads
the architecture through to the repackage steps, so we can pass the appropraite
flags to the update packaging scripts.

Differential Revision: https://phabricator.services.mozilla.com/D14601

--HG--
extra : moz-landing-system : lando
2018-12-17 21:45:09 +00:00
..
test
Makefile.in
README
change_mar_compression.pl
common.sh
make_full_update.sh Bug 1514124: [win64-aarch64] Pass the architecture to mar generation, so that it can pass the appropriate arch flag to xz; r=aki,Callek 2018-12-17 21:45:09 +00:00
make_incremental_update.sh Bug 1514124: [win64-aarch64] Pass the architecture to mar generation, so that it can pass the appropriate arch flag to xz; r=aki,Callek 2018-12-17 21:45:09 +00:00
make_incremental_updates.py
moz.build
test_make_incremental_updates.py
unwrap_full_update.pl

README

This directory contains a tool for generating update packages for
the update system described here:

  http://wiki.mozilla.org/Software_Update