diff --git a/BuildLiveCD b/BuildLiveCD index fb8dd96d..3d8b68e4 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -33,8 +33,9 @@ PROPOSED="" IMAGEFORMAT="" LIVE_BUILD=false -while getopts :s:d:f:pa:l name; do case $name in +while getopts :s:r:d:f:pa:l name; do case $name in s) SUBARCH="$OPTARG";; + r) SUBPROJECT="$OPTARG";; d) NEWSUITE="$OPTARG";; f) IMAGEFORMAT="$OPTARG";; p) PROPOSED="-p";; @@ -98,8 +99,7 @@ if [ "`echo $@ | wc -w`" -gt "1" ]; then exit 0 fi FS="$1" -SUBPROJECT="$2" -shift 2 +shift lockfile ~/buildLiveCD.lock || exit 1 trap "finish" 0 diff --git a/debian/changelog b/debian/changelog index 5f6cb503..4e9d0b5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.13) UNRELEASED; urgency=low + + * Didn't realize that you can pass multiple projects to BuildLiveCD. + Let's try SUBPROJECT using an argument. + + -- Evan Dandrea Wed, 06 Jul 2011 17:20:24 +0100 + livecd-rootfs (2.12) oneiric; urgency=low [ Colin Watson ]