Add -A to getopts arg list and update default suite

This commit is contained in:
Adam Conrad 2011-12-05 07:52:35 -07:00
parent ad021ffc9d
commit 406c134d0e
2 changed files with 9 additions and 2 deletions

View File

@ -28,14 +28,14 @@ fi
ARCH=$(dpkg --print-architecture) ARCH=$(dpkg --print-architecture)
SUBARCH="" SUBARCH=""
SUBARCHARG="" SUBARCHARG=""
NEWSUITE="oneiric" NEWSUITE="precise"
SUITES="" SUITES=""
PROPOSED="" PROPOSED=""
IMAGEFORMAT="" IMAGEFORMAT=""
LIVE_BUILD=false LIVE_BUILD=false
UBUNTU_DEFAULTS_LOCALE="" UBUNTU_DEFAULTS_LOCALE=""
while getopts :s:r:d:f:pa:lu: name; do case $name in while getopts :A:s:r:d:f:pa:lu: name; do case $name in
A) ARCH="$OPTARG";; A) ARCH="$OPTARG";;
s) SUBARCH="$OPTARG";; s) SUBARCH="$OPTARG";;
r) SUBPROJECT="$OPTARG";; r) SUBPROJECT="$OPTARG";;

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.45) precise; urgency=low
* Change default suite to precise (better late than never?)
* Add the -A option to the getopts argument list, so it works.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 05 Dec 2011 07:50:14 -0700
livecd-rootfs (2.44) precise; urgency=low livecd-rootfs (2.44) precise; urgency=low
* Mirror armel support as armhf, so we can build all the same images. * Mirror armel support as armhf, so we can build all the same images.