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 <[email protected]> Authored: Thu Jun 27 12:09:20 2013 -0700 Committer: Edison Su <[email protected]> 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/
