[Erp5-report] r41033 luke - in /erp5/trunk/buildout: profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 2 14:12:19 CET 2010


Author: luke
Date: Thu Dec  2 14:12:18 2010
New Revision: 41033

URL: http://svn.erp5.org?rev=41033&view=rev
Log:
 - remove products part, as it is not used optimisation

Modified:
    erp5/trunk/buildout/profiles/official-2.12.cfg
    erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
    erp5/trunk/buildout/software-profiles/erp5.cfg

Modified: erp5/trunk/buildout/profiles/official-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official-2.12.cfg?rev=41033&r1=41032&r2=41033&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] Thu Dec  2 14:12:18 2010
@@ -60,7 +60,6 @@ parts =
   openoffice-bin
   oood
   eggs
-  products
 #  omelette
   bootstrap2.6
   precache-eggs

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=41033&r1=41032&r2=41033&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Thu Dec  2 14:12:18 2010
@@ -58,14 +58,6 @@ update-command =
   cd ${:location}/Localizer &&
   ${git:location}/bin/git pull --quiet
 
-[products]
-recipe = plone.recipe.command
-paths =
-	${products-deps:location}
-command =
-  echo "Product folders: ${:paths}"
-update-command = ${:command}
-
 [eggs]
 recipe = zc.recipe.egg
 eggs =
@@ -163,5 +155,3 @@ recipe = collective.recipe.omelette
 eggs = ${eggs:eggs}
 packages =
       ${itools:lib} .
-products =
-    ${products:paths}

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=41033&r1=41032&r2=41033&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Thu Dec  2 14:12:18 2010
@@ -141,5 +141,3 @@ recipe = collective.recipe.omelette
 eggs = ${eggs:eggs}
 packages =
       ${itools:lib} .
-products =
-    ${products:paths}



More information about the Erp5-report mailing list