[Erp5-report] r33156 rafael - /erp5/trunk/buildout/local-eggs/erp5.recipe.openoffice/src/er...

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Feb 28 03:23:41 CET 2010


Author: rafael
Date: Sun Feb 28 03:23:39 2010
New Revision: 33156

URL: http://svn.erp5.org?rev=33156&view=rev
Log:

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


Modified:
    erp5/trunk/buildout/local-eggs/erp5.recipe.openoffice/src/erp5/recipe/openoffice/__init__.py

Modified: erp5/trunk/buildout/local-eggs/erp5.recipe.openoffice/src/erp5/recipe/openoffice/__init__.py
URL: http://svn.erp5.org/erp5/trunk/buildout/local-eggs/erp5.recipe.openoffice/src/erp5/recipe/openoffice/__init__.py?rev=33156&r1=33155&r2=33156&view=diff
==============================================================================
--- erp5/trunk/buildout/local-eggs/erp5.recipe.openoffice/src/erp5/recipe/openoffice/__init__.py [utf8] (original)
+++ erp5/trunk/buildout/local-eggs/erp5.recipe.openoffice/src/erp5/recipe/openoffice/__init__.py [utf8] Sun Feb 28 03:23:39 2010
@@ -31,3 +31,4 @@
 
     options['download-url'] = options['download-%s' % target]
     original.Recipe.__init__(self, buildout, name, options)
+    self.options['tmp-storage'] = buildout['buildout']["download-cache"]




More information about the Erp5-report mailing list