Commit 88b37cf4 authored by Rafael Monnerat's avatar Rafael Monnerat

Instead use a local tmp-storage use default download-cache folder which can be set and shared by default.cfg . 



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33156 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 61491415
......@@ -31,3 +31,4 @@ class Recipe(original.Recipe):
options['download-url'] = options['download-%s' % target]
original.Recipe.__init__(self, buildout, name, options)
self.options['tmp-storage'] = buildout['buildout']["download-cache"]
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