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

Daniel Baumann daniel at debian.org
Sat Mar 13 15:48:35 UTC 2010


The following commit has been merged in the debian-next branch:
commit 966088fd51da7ba7312d8c7301377a907aa107a8
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Mar 13 16:44:15 2010 +0100

    Updating memtest copying in autobuild script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 7b2aff6..5c2204d 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -162,7 +162,7 @@ do
 		mv binary.packages debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}-net.tar.gz.packages
 
 		mv binary/*/filesystem.squashfs debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.squashfs
-		for memtest in tftpboot/debian-live/${ARCHITECTURE}/memtest*; do cp -f debian-live-${DISTRIBUTION}-${ARCHITECTURE}.$(basename ${memtest}); done
+		for memtest in tftpboot/debian-live/${ARCHITECTURE}/memtest*; do cp -f ${memtest} debian-live-${DISTRIBUTION}-${ARCHITECTURE}.$(basename ${memtest}); done
 		for kernel in tftpboot/debian-live/${ARCHITECTURE}/vmlinuz*; do cp -f ${kernel} debian-live-${DISTRIBUTION}-${ARCHITECTURE}.$(basename ${kernel}); done
 		for initrd in tftpboot/debian-live/${ARCHITECTURE}/initrd*; do cp ${initrd} debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.$(basename ${initrd}); done
 

-- 
live-helper



More information about the debian-live-changes mailing list