From 386f7e4ddb6be9fc3f3d49b408f8307803fc0cfc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Jun 2008 22:54:53 +0200 Subject: [PATCH] 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. --- examples/cron/images.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/cron/images.sh b/examples/cron/images.sh index ed9a5b803..67e0efca4 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