KVM : Use official stable tarball

parent 512782e0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment