From 7fbf4384881b3d436711df6d636aabf7c24c289e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Mon, 19 Aug 2013 11:32:49 +0000 Subject: [PATCH] KVM component: use h.r.download to download debian image. --- component/qemu-kvm/buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/qemu-kvm/buildout.cfg b/component/qemu-kvm/buildout.cfg index 7379f1087..c8703c9cd 100644 --- a/component/qemu-kvm/buildout.cfg +++ b/component/qemu-kvm/buildout.cfg @@ -56,7 +56,7 @@ configure-options = [debian-amd64-netinst.iso] # Download the installer of Debian 7 (Wheezy) -recipe = slapos.recipe.download +recipe = hexagonit.recipe.download url = http://cdimage.debian.org/debian-cd/7.1.0/amd64/iso-cd/debian-7.1.0-amd64-netinst.iso filename = ${:_buildout_section_name_} md5sum = 80f498a1f9daa76bc911ae13692e4495 -- 2.30.9