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 12:19:41 UTC

git commit: updated refs/heads/4.4 to 0d8085e

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 <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/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 <ro...@shapeblue.com>
Authored: Fri May 1 12:19:07 2015 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
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