Steps to reproduce
When looking to https://download.nextcloud.com/server/releases/, there is a *.zip and a *.bz2 for each Nextcloud release, however no *.xz file. Using an xz compressed archive even reduces the download time (aside from the decompression time, because xz decompression is faster than bz2 decompression; see e.g. https://www.rootusers.com/gzip-vs-bzip2-vs-xz-performance-comparison/). A simple comparison of sizes using a self-generated xz archive (using xz -9):
-rw-r--r--. 1 rscheck users 29M 15. Feb 13:53 nextcloud-11.0.1.tar.xz
-rw-r--r--. 1 rscheck users 37M 15. Jan 17:32 nextcloud-11.0.1.tar.bz2
-rw-r--r--. 1 rscheck users 48M 15. Jan 17:32 nextcloud-11.0.1.zip
Expected behaviour
No nextcloud-11.0.1.tar.xz file available.
Actual behaviour
Only nextcloud-11.0.1.tar.bz2 and nextcloud-11.0.1.zip files available.
Server configuration
n/a
Client configuration
n/a
Logs
n/a
Steps to reproduce
When looking to https://download.nextcloud.com/server/releases/, there is a
*.zipand a*.bz2for each Nextcloud release, however no*.xzfile. Using an xz compressed archive even reduces the download time (aside from the decompression time, because xz decompression is faster than bz2 decompression; see e.g. https://www.rootusers.com/gzip-vs-bzip2-vs-xz-performance-comparison/). A simple comparison of sizes using a self-generated xz archive (usingxz -9):Expected behaviour
No
nextcloud-11.0.1.tar.xzfile available.Actual behaviour
Only
nextcloud-11.0.1.tar.bz2andnextcloud-11.0.1.zipfiles available.Server configuration
n/a
Client configuration
n/a
Logs
n/a