[SCM] live-helper branch, debian-next, updated. debian/2.0_a8-1-56-g56ddd03

Daniel Baumann daniel at debian.org
Sun Mar 14 13:12:29 UTC 2010


The following commit has been merged in the debian-next branch:
commit 56ddd03d839bcd0c2ab945dce9c2dd8c36a6e45c
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Mar 14 14:08:05 2010 +0100

    Naming netboot tarballs without the net suffix in autobuild script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index da976cf..8abdf39 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -155,11 +155,11 @@ do
 		rm -rf cache/stages_rootfs
 		lh config --binary-images net
 
-		lh build 2>&1 | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}-net.tar.gz.log
+		lh build 2>&1 | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.tar.gz.log
 
-		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-net.tar.gz debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.tar.gz
+		mv binary.list debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.tar.gz.list
+		mv binary.packages debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.tar.gz.packages
 
 		mv binary/*/filesystem.squashfs debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.squashfs
 		for memtest in tftpboot/debian-live/${ARCHITECTURE}/memtest*; do cp -f ${memtest} debian-live-${DISTRIBUTION}-${ARCHITECTURE}.$(basename ${memtest}); done || true

-- 
live-helper



More information about the debian-live-changes mailing list