[Erp5-report] r44015 luke - /erp5/trunk/software_release/erp5/software.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 7 14:10:05 CET 2011


Author: luke
Date: Mon Mar  7 14:10:05 2011
New Revision: 44015

URL: http://svn.erp5.org?rev=44015&view=rev
Log:
 - put out instance recipe egg in different part to have simpler
   override

Modified:
    erp5/trunk/software_release/erp5/software.cfg

Modified: erp5/trunk/software_release/erp5/software.cfg
URL: http://svn.erp5.org/erp5/trunk/software_release/erp5/software.cfg?rev=44015&r1=44014&r2=44015&view=diff
==============================================================================
--- erp5/trunk/software_release/erp5/software.cfg [utf8] (original)
+++ erp5/trunk/software_release/erp5/software.cfg [utf8] Mon Mar  7 14:10:05 2011
@@ -70,6 +70,7 @@ parts =
 
 # Buildoutish
   eggs
+  instance-recipe-egg
   testrunner
 
 # basic Xorg
@@ -210,6 +211,13 @@ recipe = zc.recipe.egg:custom
 python = python2.6
 egg = pycrypto
 
+[instance-recipe-egg]
+recipe = zc.recipe.egg
+python = python2.6
+eggs =
+# instantiation egg
+  ${instance-recipe:name}
+
 [eggs]
 recipe = zc.recipe.egg
 python = python2.6
@@ -275,9 +283,6 @@ eggs =
   StructuredText
   erp5.conflictresolver
 
-# instantiation egg
-  ${instance-recipe:name}
-
 # parameterizing the version of the generated python interpreter name by the
 # python section version causes dependency between this egg section and the
 # installation of python, which we don't want on an instance



More information about the Erp5-report mailing list