]> git.ipfire.org Git - thirdparty/qemu.git/commit
make-release: switch to .xz format by default
authorMichael Tokarev <mjt@tls.msk.ru>
Mon, 4 Mar 2024 18:46:39 +0000 (21:46 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 13 Mar 2024 20:09:00 +0000 (23:09 +0300)
commitf1efd85486a1427ee10ba0a82d246d99f1368632
tree182e93aee70658966145d2e43a419cb8809e2bea
parenteeb56991763cc0121971944060c63c1b0e2479da
make-release: switch to .xz format by default

For a long time, we provide two compression formats in the
download area, .bz2 and .xz.  There's absolutely no reason
to provide two in parallel, .xz compresses better, and all
the links we use points to .xz.  Downstream distributions
mostly use .xz too.

For the release maintenance providing two formats is definitely
extra burden too.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit 9bc9e95119445d7a430b0fc8b7daf22a3612bbd3)
scripts/make-release