From 0fd2f305896c06cab293502bc1233297dfd32dbe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Fri, 9 Mar 2012 12:40:07 +0100
Subject: [PATCH] Use slapos.recipe.build:download

---
 software/occi-xwiki/software.cfg | 4 +---
 stack/occi/instance-occi.cfg     | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/software/occi-xwiki/software.cfg b/software/occi-xwiki/software.cfg
index 24fb760e7..411341780 100644
--- a/software/occi-xwiki/software.cfg
+++ b/software/occi-xwiki/software.cfg
@@ -11,8 +11,6 @@ parts =
 
 [occi-manifest]
 # Manifest for xwiki
-recipe = slapos.recipe.download
+recipe = slapos.recipe.build:download
 url = ${:_profile_base_location_}/xwiki.manifest.xml
 #md5sum = 3e1ea477d48080e9bdb98579f7f28be6
-filename = xwiki.manifest.xml
-location = ${buildout:parts-directory}/${:_buildout_section_name_}
diff --git a/stack/occi/instance-occi.cfg b/stack/occi/instance-occi.cfg
index 5b194fb18..9ff1f2086 100644
--- a/stack/occi/instance-occi.cfg
+++ b/stack/occi/instance-occi.cfg
@@ -24,7 +24,7 @@ domain = domain
 os-config = $${pocdirectory:poc}/os_config.xml
 
 # Paths
-manifest-source = ${occi-manifest:location}/${occi-manifest:filename}
+manifest-source = ${occi-manifest:target}
 manifest-destination = $${pocdirectory:poc}/manifest.xml
 manifest-name = $${pocdirectory:poc}/manifest.xml
 dash-location = TODO
-- 
2.30.9