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 2015/05/01 16:45:36 UTC

git commit: updated refs/heads/4.4 to 387a52e

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 0d8085e9b -> 387a52e6b


Revert "appliance: build timeout fails on bzip-ing vmdk file, comment it"

This reverts commit 0d8085e9b9ccb023bc9ba8382150ae6458f46c28.


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

Branch: refs/heads/4.4
Commit: 387a52e6b4a8310f8096d38219789a976ff5ac1f
Parents: 0d8085e
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri May 1 16:45:17 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri May 1 16:45:17 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/387a52e6/tools/appliance/build.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index b8b4cc0..6476665 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