[SCM] live-build branch, debian, updated. debian/3.0_a25-1-57-g6167d10
Daniel Baumann
daniel at debian.org
Thu Aug 4 19:53:18 UTC 2011
The following commit has been merged in the debian branch:
commit de6a97102917fa8d46ff54fd607f619b75974385
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Jul 21 17:48:17 2011 +0200
Setting default compression levels to -6 for gzip, bzip, lzip and lzma tarballs.
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 7870b4f..30cf6f0 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -73,18 +73,18 @@ Set_defaults ()
APT_OPTIONS="${APT_OPTIONS:---yes}"
APTITUDE_OPTIONS="${APTITUDE_OPTIONS:---assume-yes}"
- BZIP2_OPTIONS="${BZIP2_OPTIONS:---best}"
+ BZIP2_OPTIONS="${BZIP2_OPTIONS:--6}"
- GZIP_OPTIONS="${GZIP_OPTIONS:---best}"
+ GZIP_OPTIONS="${GZIP_OPTIONS:--6}"
if gzip --help | grep -qs "\-\-rsyncable"
then
GZIP_OPTIONS="$(echo ${GZIP_OPTIONS} | sed -e 's|--rsyncable||') --rsyncable"
fi
- LZIP_OPTIONS="${LZIP_OPTIONS:---best}"
+ LZIP_OPTIONS="${LZIP_OPTIONS:--6}"
- LZMA_OPTIONS="${LZMA_OPTIONS:---best}"
+ LZMA_OPTIONS="${LZMA_OPTIONS:--6}"
# Setting apt recommends
case "${LB_MODE}" in
--
live-build
More information about the debian-live-changes
mailing list