[SCM] debian-live/live-helper branch, master, updated. 1.0_a44-1-11-g0cf9ae0

Daniel Baumann daniel at debian.org
Thu Apr 17 11:05:30 UTC 2008


The following commit has been merged in the master branch:
commit 0cf9ae0b0ec4a6789fe5123817dce5a51c954bed
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Apr 17 13:05:29 2008 +0200

    When building snapshot images, also storing source.list away.

diff --git a/examples/cron/build.sh b/examples/cron/build.sh
index 9a57035..8d47f44 100755
--- a/examples/cron/build.sh
+++ b/examples/cron/build.sh
@@ -36,16 +36,17 @@ do
 		lh build | tee debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso.log
 
 		mv binary.iso debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso
-		mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz
-		mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso.packages
 		mv binary.list debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso.list
+		mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.iso.packages
+		mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz
+		mv source.list debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.tar.gz.list
 
 		lh clean --binary
 		lh config -b usb-hdd
 		lh binary | tee debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img.log
 
 		mv binary.img debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img
-		mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img.packages
 		mv binary.list debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img.list
+		mv binary.packages debian-live-${DISTRIBUTION}-i386-${FLAVOUR}.img.packages
 	done
 done

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list