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 32901101AB for ; Thu, 27 Jun 2013 19:10:01 +0000 (UTC) Received: (qmail 68355 invoked by uid 500); 27 Jun 2013 19:10:01 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 68335 invoked by uid 500); 27 Jun 2013 19:10:01 -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 68327 invoked by uid 99); 27 Jun 2013 19:10:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 19:10:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9DC4A389EF; Thu, 27 Jun 2013 19:10:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: edison@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to cf4dba3 Date: Thu, 27 Jun 2013 19:10:00 +0000 (UTC) Updated Branches: refs/heads/master 0d7886818 -> cf4dba34a Don't generate bzipped hyperv image Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cf4dba34 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cf4dba34 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cf4dba34 Branch: refs/heads/master Commit: cf4dba34a4acb2fd8ecd7cf8bfc0268749942780 Parents: 0d78868 Author: Edison Su Authored: Thu Jun 27 12:09:20 2013 -0700 Committer: Edison Su Committed: Thu Jun 27 12:09:39 2013 -0700 ---------------------------------------------------------------------- tools/appliance/build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cf4dba34/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index f9a5b59..f01cff6 100644 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -97,8 +97,9 @@ echo "$appliance exported for VMWare: dist/$appliance-$build_date-$branch-vmware # Export for HyperV vboxmanage clonehd $hdd_uuid $appliance-$build_date-$branch-hyperv.vhd --format VHD -bzip2 $appliance-$build_date-$branch-hyperv.vhd -echo "$appliance exported for HyperV: dist/$appliance-$build_date-$branch-hyperv.vhd.bz2" +# HyperV doesn't support import a zipped image from S3 +#bzip2 $appliance-$build_date-$branch-hyperv.vhd +echo "$appliance exported for HyperV: dist/$appliance-$build_date-$branch-hyperv.vhd" -mv *.bz2 *.ova dist/ +mv *-hyperv.vhd *.bz2 *.ova dist/