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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 15 14:07:18 CET 2010


Author: luke
Date: Mon Nov 15 14:07:18 2010
New Revision: 40267

URL: http://svn.erp5.org?rev=40267&view=rev
Log:
 - put itools profile to common, to detach it from depending on software

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

Modified: erp5/trunk/buildout/profiles/common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/common.cfg?rev=40267&r1=40266&r2=40267&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Mon Nov 15 14:07:18 2010
@@ -13,6 +13,16 @@ extensions =
 dump-picked-versions-file = dumped-versions.cfg
 overwrite-picked-versions-file = true
 
+[itools]
+# This part should not contain contain dependencies to other parts and should
+# contain only paths relative to software_home as it will be used directly by
+# instances. It should probably be moved to a .cfg file inside
+# "instance-profiles"
+pkgname = itools-0.50.8
+location = ${buildout:software_home}/parts/itools
+lib = ${:location}/lib
+source = ${:location}/src
+
 [create-directories]
 recipe = plone.recipe.command
 command =

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=40267&r1=40266&r2=40267&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Mon Nov 15 14:07:18 2010
@@ -19,16 +19,6 @@ parts =
 # ugly itools building sections until itools and setuptools learn to get
 # along:
 
-[itools]
-# This part should not contain contain dependencies to other parts and should
-# contain only paths relative to software_home as it will be used directly by
-# instances. It should probably be moved to a .cfg file inside
-# "instance-profiles"
-pkgname = itools-0.50.8
-location = ${buildout:software_home}/parts/itools
-lib = ${:location}/lib
-source = ${:location}/src
-
 [itools-download]
 recipe = hexagonit.recipe.download
 strip-top-level-dir = true




More information about the Erp5-report mailing list