[SCM] debian-live branch, master, updated. 1.0_a46-2-9-g0e4a394
Chris Lamb
chris at chris-lamb.co.uk
Sun Jun 8 20:34:08 UTC 2008
The following commit has been merged in the master branch:
commit 0e4a39463b1f00932b7e0131188ad92ed6a9d94e
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Sun Jun 8 21:31:00 2008 +0100
Compress build logs. Thanks to Mathieu Geli for the suggestion.
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 67e0efc..ed9a5b8 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -47,6 +47,7 @@ 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
@@ -61,6 +62,7 @@ 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
@@ -69,6 +71,7 @@ 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