diff options
author | Daniel Baumann <daniel@debian.org> | 2008-06-08 22:54:53 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:34 +0100 |
commit | 8030490b69d34b90e2e81c3ef147fdcf8a92052b (patch) | |
tree | a0a9f96714a450e774f779badb44d69f345386c3 /examples | |
parent | a232087c6248b5903dde9ba372f044c6cc0fa3d4 (diff) | |
download | vyos-live-build-8030490b69d34b90e2e81c3ef147fdcf8a92052b.tar.gz vyos-live-build-8030490b69d34b90e2e81c3ef147fdcf8a92052b.zip |
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.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/images.sh | 3 |
1 files changed, 0 insertions, 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 |