Skip to content

Commit 9edffa4

Browse files
committed
scripts/rsync-generation/mksnapshot: xz can read lzip archives, so drop xz
lzip (lzma) compresses better than xz (lzma2) but xz can read/decompress lzip archives, so drop the xz archive in favour of lzip Signed-off-by: Fabian Groffen <[email protected]>
1 parent 2905566 commit 9edffa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/rsync-generation/mksnapshot.sh

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ rm -Rf "${TMPDIR}"
4646

4747
COMPRS=(
4848
"bz2:bzip2 -c -9"
49-
"xz:xz -c -9"
5049
"lz:lzip -c -9"
5150
"zst:zstd -c -19"
5251
)

0 commit comments

Comments
 (0)