[SCM] debian-live branch, master, updated. 1.0_a46-2-10-g386f7e4
Daniel Baumann
daniel at debian.org
Sun Jun 8 20:58:13 UTC 2008
The following commit has been merged in the master branch:
commit 386f7e4ddb6be9fc3f3d49b408f8307803fc0cfc
Author: Daniel Baumann <daniel at debian.org>
Date: Sun Jun 8 22:54:53 2008 +0200
Reverting previous commit to compress build logs.
apache2 does not show gzipped files in the browser,
but downloads them which is not the desired action.
diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index ed9a5b8..67e0efc 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -47,7 +47,6 @@ do
fi
lh build | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.iso.log
- gzip -9 debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.iso.log
mv binary.iso debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.iso
mv binary.list debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.iso.list
@@ -62,7 +61,6 @@ do
lh clean --binary
lh config -b usb-hdd
lh binary | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img.log
- gzip -9 debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img.log
mv binary.img debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img
mv binary.list debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img.list
@@ -71,7 +69,6 @@ do
lh clean --binary
lh config -b net
lh binary | tee debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz.log
- gzip -9 debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz.log
mv binary-net.tar.gz debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz
mv binary.list debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz.list
--
debian-live
More information about the debian-live-changes
mailing list