Skip to content

Commit 2905566

Browse files
committed
scripts/rsync-generation/mksnapshot: drop gzip snapshot
gzip compresses to around 75MB which is much higher than bzip2's 57MB The gzip snapshot was historically never used ever by the bootstrap script, it always used and hardcoded bz2. So don't bother creating a gzip variant. Signed-off-by: Fabian Groffen <[email protected]>
1 parent bd139cb commit 2905566

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
@@ -45,7 +45,6 @@ popd > /dev/null || exit 1
4545
rm -Rf "${TMPDIR}"
4646

4747
COMPRS=(
48-
"gz:gzip -c -9"
4948
"bz2:bzip2 -c -9"
5049
"xz:xz -c -9"
5150
"lz:lzip -c -9"

0 commit comments

Comments
 (0)