[Erp5-report] r41838 arnaud.fontaine - in /erp5/trunk/buildout: instance-profiles/ profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 28 17:31:18 CET 2010


Author: arnaud.fontaine
Date: Tue Dec 28 17:31:18 2010
New Revision: 41838

URL: http://svn.erp5.org?rev=41838&view=rev
Log:
Move include of erp5.extension.sectionextender from deployment*.cfg
to supervisor.cfg as it's only used in the latter for now and the
former may not be used, for instance when using only cloudooo.

Also update the definitions of section-extender following the changes
in erp5.extension.sectionextender.


Modified:
    erp5/trunk/buildout/instance-profiles/supervisor.cfg
    erp5/trunk/buildout/profiles/deployment-2.12.cfg
    erp5/trunk/buildout/profiles/deployment.cfg

Modified: erp5/trunk/buildout/instance-profiles/supervisor.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/supervisor.cfg?rev=41838&r1=41837&r2=41838&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/supervisor.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/supervisor.cfg [utf8] Tue Dec 28 17:31:18 2010
@@ -2,9 +2,10 @@
 parts =
   supervisor-instance
 
-supervisor-section-extender-target-section = supervisor
-supervisor-section-extender-target-option = programs
-supervisor-section-extender-source-option = supervisor-program
+extensions += erp5.extension.sectionextender
+
+section-extender =
+  supervisor:programs supervisor-program
 
 [configuration]
 supervisor_port = 9001

Modified: erp5/trunk/buildout/profiles/deployment-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment-2.12.cfg?rev=41838&r1=41837&r2=41838&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment-2.12.cfg [utf8] Tue Dec 28 17:31:18 2010
@@ -31,8 +31,6 @@ parts =
 
 versions = versions
 
-extensions += erp5.extension.sectionextender
-
 [eggs]
 recipe = zc.recipe.egg
 scripts =

Modified: erp5/trunk/buildout/profiles/deployment.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment.cfg?rev=41838&r1=41837&r2=41838&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment.cfg [utf8] Tue Dec 28 17:31:18 2010
@@ -29,8 +29,6 @@ parts =
 
 versions = versions
 
-extensions += erp5.extension.sectionextender
-
 [software-links]
 recipe = plone.recipe.command
 command =



More information about the Erp5-report mailing list