Remove old commented parts about kvm-source

parent 85d780b2
......@@ -53,11 +53,6 @@ md5sum = 298b146e4efce41bfd58b3f85d064ff1
output = ${buildout:directory}/template.cfg
mode = 0644
#[kvmsource]
#command =
# (${git:location}/bin/git clone --quiet http://git.erp5.org/repos/slapos.kvm.git ${:location} && cd ${:location} && ${git:location}/bin/git reset --hard 94ee45cc02e69798cac8209d2296fd1751125018) || (rm -fr ${:location} ; exit 1)
#update-command =
[versions]
zc.buildout = 1.5.3-dev-SlapOS-010
......@@ -87,16 +87,6 @@ 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
[eggs]
python = python2.7
recipe = z3c.recipe.scripts
......
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