You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/11/25 12:55:02 UTC

git commit: updated refs/heads/4.3 to 864e5ab

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 1f21c2985 -> 864e5ab2f


appliance: zip systemvm template for hyperv

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/864e5ab2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/864e5ab2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/864e5ab2

Branch: refs/heads/4.3
Commit: 864e5ab2fcd1051648239dc1d339199716e929b3
Parents: 1f21c29
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Tue Nov 25 17:24:00 2014 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Nov 25 17:24:00 2014 +0530

----------------------------------------------------------------------
 tools/appliance/build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/864e5ab2/tools/appliance/build.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index 50cca56..e03e394 100755
--- a/tools/appliance/build.sh
+++ b/tools/appliance/build.sh
@@ -109,7 +109,8 @@ 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
 # HyperV doesn't support import a zipped image from S3
-#bzip2 $appliance-$build_date-$branch-hyperv.vhd
+# but we create a zipped version to save space on the build system
+zip "$appliance-$build_date-$branch-hyperv.vhd.zip" $appliance-$build_date-$branch-hyperv.vhd
 echo "$appliance exported for HyperV: dist/$appliance-$build_date-$branch-hyperv.vhd"
 
 mv *-hyperv.vhd *.bz2 *.ova dist/