From 406c134d0ee6c0406bbe32d27037d1c1a4649ece Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Mon, 5 Dec 2011 07:52:35 -0700 Subject: [PATCH] Add -A to getopts arg list and update default suite --- BuildLiveCD | 4 ++-- debian/changelog | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/BuildLiveCD b/BuildLiveCD index 9372d83d..f2706e09 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -28,14 +28,14 @@ fi ARCH=$(dpkg --print-architecture) SUBARCH="" SUBARCHARG="" -NEWSUITE="oneiric" +NEWSUITE="precise" SUITES="" PROPOSED="" IMAGEFORMAT="" LIVE_BUILD=false 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";; s) SUBARCH="$OPTARG";; r) SUBPROJECT="$OPTARG";; diff --git a/debian/changelog b/debian/changelog index 5ea0f030..957d9109 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 05 Dec 2011 07:50:14 -0700 + livecd-rootfs (2.44) precise; urgency=low * Mirror armel support as armhf, so we can build all the same images.