Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3560CD496 for ; Wed, 15 May 2013 22:34:09 +0000 (UTC) Received: (qmail 52101 invoked by uid 500); 15 May 2013 22:34:09 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 52075 invoked by uid 500); 15 May 2013 22:34:09 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 52068 invoked by uid 99); 15 May 2013 22:34:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 22:34:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C5F9FBA2B; Wed, 15 May 2013 22:34:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chiradeep@apache.org To: commits@cloudstack.apache.org Message-Id: <4890be348541403d83eed56d99e2e7eb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 521e156 Date: Wed, 15 May 2013 22:34:08 +0000 (UTC) Updated Branches: refs/heads/master 076c32db9 -> 521e15652 CLOUDSTACK-2521: auto download ISO if not present Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/521e1565 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/521e1565 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/521e1565 Branch: refs/heads/master Commit: 521e156520a3ca9514478c6871cde23d3e8e91f0 Parents: 076c32d Author: Chiradeep Vittal Authored: Wed May 15 15:33:57 2013 -0700 Committer: Chiradeep Vittal Committed: Wed May 15 15:33:57 2013 -0700 ---------------------------------------------------------------------- tools/appliance/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/521e1565/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index c39d38a..0216c06 100644 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -34,7 +34,7 @@ bundle # Clean and start building the appliance veewee vbox destroy $appliance -veewee vbox build $appliance --nogui +veewee vbox build $appliance --nogui --auto veewee vbox halt $appliance while [[ `vboxmanage list runningvms | grep $appliance | wc -l` -ne 0 ]];