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 1BE5517F6B for ; Fri, 1 May 2015 10:19:42 +0000 (UTC) Received: (qmail 79710 invoked by uid 500); 1 May 2015 10:19:42 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 79680 invoked by uid 500); 1 May 2015 10:19:41 -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 79671 invoked by uid 99); 1 May 2015 10:19:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 10:19:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CEB29E10A1; Fri, 1 May 2015 10:19:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <6e1f06f712c846a9b55e0c9738e44914@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.4 to 0d8085e Date: Fri, 1 May 2015 10:19:41 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.4 24e03cf0d -> 0d8085e9b appliance: build timeout fails on bzip-ing vmdk file, comment it Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d8085e9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d8085e9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d8085e9 Branch: refs/heads/4.4 Commit: 0d8085e9b9ccb023bc9ba8382150ae6458f46c28 Parents: 24e03cf Author: Rohit Yadav Authored: Fri May 1 12:19:07 2015 +0200 Committer: Rohit Yadav Committed: Fri May 1 12:19:07 2015 +0200 ---------------------------------------------------------------------- tools/appliance/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0d8085e9/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index 6476665..b8b4cc0 100755 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -98,8 +98,8 @@ echo "$appliance exported for KVM: dist/$appliance-$branch-$build_date-kvm.qcow2 # Export both ova and vmdk for VMWare vboxmanage clonehd $hdd_uuid $appliance-$branch-$build_date-vmware.vmdk --format VMDK -bzip2 $appliance-$branch-$build_date-vmware.vmdk -echo "$appliance exported for VMWare: dist/$appliance-$branch-$build_date-vmware.vmdk.bz2" +#bzip2 $appliance-$branch-$build_date-vmware.vmdk +#echo "$appliance exported for VMWare: dist/$appliance-$branch-$build_date-vmware.vmdk.bz2" vboxmanage export $machine_uuid --output $appliance-$branch-$build_date-vmware.ovf mv $appliance-$branch-$build_date-vmware.ovf $appliance-$branch-$build_date-vmware.ovf-orig java -cp convert Convert convert_ovf_vbox_to_esx.xslt $appliance-$branch-$build_date-vmware.ovf-orig $appliance-$branch-$build_date-vmware.ovf