[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-14-g833bd14

Daniel Baumann daniel at debian.org
Sat Feb 14 17:05:39 UTC 2009


The following commit has been merged in the master branch:
commit 8bde293844a9cacf5517e7ffe88cc1c20ac718a3
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 14 18:01:55 2009 +0100

    Redirecting stderr to log as well in example image build script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 092800b..7dc69ee 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -78,7 +78,7 @@ do
 
 		fi
 
-		lh build | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.iso.log
+		lh build 2>&1 | tee 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
@@ -92,7 +92,7 @@ do
 
 		lh clean --binary
 		lh config -b usb-hdd
-		lh binary | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img.log
+		lh binary 2>&1 | tee 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
@@ -100,7 +100,7 @@ do
 
 		lh clean --binary
 		lh config -b net
-		lh binary | tee debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz.log
+		lh binary 2>&1 | tee 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 build scripts



More information about the debian-live-changes mailing list