]> 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>
Sun, 10 Mar 2024 15:37:11 +0000 (18:37 +0300)
commit8f1eb52422b2a15c2630b7b457e36a3be98e7ac3
treea16e6549d129d180abc8e7faf9f1024341b3c852
parent5ae5473e2e53e0d263da8c0612a8afe5e866d524
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