[SCM] live-helper branch, debian-old-1.0, updated. 98c84a1dc4e918c62a2d607d2b5e9cb220ad19c3

Daniel Baumann daniel at debian.org
Sat Mar 6 10:48:05 UTC 2010


The following commit has been merged in the debian-old-1.0 branch:
commit 98c84a1dc4e918c62a2d607d2b5e9cb220ad19c3
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 6 11:43:28 2010 +0100

    Also using architecture value when naming netboot images in images autobuild script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 4eb1205..050eefb 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -100,12 +100,12 @@ do
 
 		lh clean --binary
 		lh config -b net
-		lh binary 2>&1 | tee debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz.log
+		lh binary 2>&1 | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${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
-		mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}-net.tar.gz.packages
+		mv binary-net.tar.gz debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}-net.tar.gz
+		mv binary.list debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}-net.tar.gz.list
+		mv binary.packages debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}-net.tar.gz.packages
 
-		mv binary/*/filesystem.squashfs debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.squashfs
+		mv binary/*/filesystem.squashfs debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.squashfs
 	done
 done

-- 
live-helper



More information about the debian-live-changes mailing list