[SCM] live-helper branch, debian-next, updated. debian/2.0_a11-1-28-g51f95cc

Daniel Baumann daniel at debian.org
Sun May 9 11:54:36 UTC 2010


The following commit has been merged in the debian-next branch:
commit 51f95cc1299587d5f5c7c40d7bf07e677ac7ed05
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun May 9 13:48:45 2010 +0200

    Updating example autobuild script for the updated source-tarball handling.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 8abdf39..fe96b0f 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -170,10 +170,12 @@ do
 		then
 			lh config --source true
 
-			lh source 2>&1 | tee debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz.log
+			lh source 2>&1 | tee debian-live-${DISTRIBUTION}-source-${FLAVOUR}.log
 
-			mv source.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz
-			mv source.list debian-live-${DISTRIBUTION}-source-${FLAVOUR}.tar.gz.list
+			mv source.debian.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.debian.tar.gz
+			mv source.debian.list debian-live-${DISTRIBUTION}-source-${FLAVOUR}.debian.tar.gz.list
+			mv source.debian-live.tar.gz debian-live-${DISTRIBUTION}-source-${FLAVOUR}.debian-live.tar.gz
+			mv source.debian-live.list debian-live-${DISTRIBUTION}-source-${FLAVOUR}.debian-live.tar.gz.list
 		fi
 	done
 done

-- 
live-helper



More information about the debian-live-changes mailing list