mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
Import patches-unapplied version 2.13 to ubuntu/oneiric
Imported using git-ubuntu import. Changelog parent: aa826a28b33433703b79272c4714c4828dfa19a1 New changelog entries: * Didn't realize that you can pass multiple projects to BuildLiveCD. Let's try SUBPROJECT using an argument.
This commit is contained in:
parent
aa826a28b3
commit
fe516c7a7f
@ -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
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.13) oneiric; urgency=low
|
||||
|
||||
* Didn't realize that you can pass multiple projects to BuildLiveCD.
|
||||
Let's try SUBPROJECT using an argument.
|
||||
|
||||
-- Evan Dandrea <ev@ubuntu.com> Wed, 06 Jul 2011 17:21:48 +0100
|
||||
|
||||
livecd-rootfs (2.12) oneiric; urgency=low
|
||||
|
||||
[ Colin Watson ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user