Skip to content

cerbero: Default to xz compression for tarballs

Nirbheek Chauhan requested to merge nirbheek/cerbero:use-xz-everywhere into master

commit 3d9a0f94:

cerbero/bootstrap: Nitpick some variable names and comments

commit aba9cad6:

cerbero: Rename --xz to --compress-method

commit 6a4d4d58:

cerbero: Default to xz compression for tarballs

commit 826a7455:

cerbero: Use xz instead of tarfile's lzma compression
This speeds up UWP packaging on my Windows machine from 10 minutes to
5 minutes.

commit fc0615a6:

cerbero: Download a newer xz in bootstrap on Windows
xz 5.2 implements multithreaded compression, which speeds up packaging
of UWP tarballs on my system from 5 min to 15 seconds.
Edited by Nirbheek Chauhan

Merge request reports