[Erp5-report] r32858 luke - in /erp5/trunk/buildout: instance-profiles/ profiles/ software-...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 19 14:11:45 CET 2010


Author: luke
Date: Fri Feb 19 14:11:45 2010
New Revision: 32858

URL: http://svn.erp5.org?rev=32858&view=rev
Log:
 - put CMF products in top of its location

Modified:
    erp5/trunk/buildout/instance-profiles/zope.cfg
    erp5/trunk/buildout/profiles/development.cfg
    erp5/trunk/buildout/software-profiles/erp5.cfg

Modified: erp5/trunk/buildout/instance-profiles/zope.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/zope.cfg?rev=32858&r1=32857&r2=32858&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] Fri Feb 19 14:11:45 2010
@@ -26,7 +26,7 @@
 # instancehome and http-address have to be defined
 # User modifable keys:
 products =
-  products ${software_definition:cmf15}/CMF/
+  products ${software_definition:cmf15}
   products ${software_definition:products-deps}
   products ${software_definition:products-erp5}
   products ${software_definition:products-other}

Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=32858&r1=32857&r2=32858&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Fri Feb 19 14:11:45 2010
@@ -46,7 +46,7 @@
 # local products to be able to override
 products =
   products ${:instancehome}/Products/
-  products ${cmf15:location}/CMF/
+  products ${cmf15:location}
   products ${products-deps:location}
   products ${products-erp5-development:location}
   products ${products-erp5:location}

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=32858&r1=32857&r2=32858&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Fri Feb 19 14:11:45 2010
@@ -25,8 +25,10 @@
 recipe = plone.recipe.distros
 urls =
     http://www.zope.org/Products/CMF/CMF-1.5.4/CMF-1.5.4.tar.gz
+nested-packages =
+  CMF-1.5.4.tar.gz
 version-suffix-packages =
-    CMF-1.5.4.tar.gz
+  CMF-1.5.4.tar.gz
 
 [itools]
 # use a custom build for itools, to add lib64 to the include path




More information about the Erp5-report mailing list