make-release: switch to .xz format by default
commit9bc9e95119445d7a430b0fc8b7daf22a3612bbd3
authorMichael Tokarev <mjt@tls.msk.ru>
Mon, 4 Mar 2024 18:46:39 +0000 (4 21:46 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 9 Mar 2024 15:56:37 +0000 (9 18:56 +0300)
tree1f7c8237d9af5ac3d1f087f86d6403d879474e22
parentb1f1dc91c0d6fce30a216bb5339d9dd17f49c192
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>
scripts/make-release