You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/06/23 14:54:18 UTC

git commit: updated refs/heads/master to 23b1f22

Repository: cloudstack
Updated Branches:
  refs/heads/master 189972bc7 -> 23b1f228a


raw immage for ovm


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

Branch: refs/heads/master
Commit: 23b1f228a1a779cbc5ba2f2f1f5e555684af6468
Parents: 189972b
Author: Daan Hoogland <da...@onecht.net>
Authored: Mon Jun 23 14:54:07 2014 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Mon Jun 23 14:54:07 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/23b1f228/tools/appliance/build.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh
index 61dee02..b0afd07 100755
--- a/tools/appliance/build.sh
+++ b/tools/appliance/build.sh
@@ -115,5 +115,10 @@ vboxmanage clonehd $hdd_uuid $appliance-$branch-hyperv.vhd --format VHD
 zip $appliance-$branch-hyperv.vhd.zip $appliance-$branch-hyperv.vhd
 echo "$appliance exported for HyperV: dist/$appliance-$branch-hyperv.vhd"
 
+#export for ovm
+qemu-img convert -f vpc -O raw $appliance-$branch-ovm.vhd $appliance-$branch-ovm.raw
+bzip2 $appliance-$branch-ovm.raw
+echo "$appliance exported for ovm: dist/$appliance-$branch-ovm.raw.bz2"
+
 mv *-hyperv.vhd *-hyperv.vhd.zip *.bz2 *.ova dist/