From 5dcff48b8a704b365d255ec38715f68363704d9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Thu, 10 Nov 2011 11:56:34 +0100
Subject: [PATCH] KVM : Use official stable tarball

---
 stack/kvm.cfg | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/stack/kvm.cfg b/stack/kvm.cfg
index 5073aa741..d65988b12 100644
--- a/stack/kvm.cfg
+++ b/stack/kvm.cfg
@@ -82,7 +82,8 @@ environment =
 
 [kvm]
 recipe = hexagonit.recipe.cmmi
-path = ${kvmsource:location}/
+url = http://downloads.sourceforge.net/project/kvm/qemu-kvm/0.15.1/qemu-kvm-0.15.1.tar.gz
+md5sum = md5sum = 8800a7d6b3aa4a168ea7f78dc66c0320
 configure-options =
   --disable-sdl
   --disable-xen
@@ -101,15 +102,15 @@ environment =
   PATH=${pkgconfig:location}/bin:%(PATH)s
   PKG_CONFIG_PATH=${gnutls:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig
 
-[kvmsource]
-recipe=plone.recipe.command
-location = ${buildout:parts-directory}/${:_buildout_section_name_}
-stop-on-error = true
-tag = qemu-kvm-0.15.0
-command =
-  (${git:location}/bin/git clone --quiet git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git ${:location} && cd ${:location} && ${git:location}/bin/git checkout ${:tag}) || (rm -fr ${:location} ; exit 1)
-update-command =
- cd ${:location} && ${git:location}/bin/git pull --quiet origin master
+#[kvmsource]
+#recipe=plone.recipe.command
+#location = ${buildout:parts-directory}/${:_buildout_section_name_}
+#stop-on-error = true
+#tag = qemu-kvm-0.15.0
+#command =
+#  (${git:location}/bin/git clone --quiet git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git ${:location} && cd ${:location} && ${git:location}/bin/git checkout ${:tag}) || (rm -fr ${:location} ; exit 1)
+#update-command =
+# cd ${:location} && ${git:location}/bin/git pull --quiet origin master
 
 [eggs]
 python = python2.7
-- 
2.30.9