Commit bfd6c116 authored by Arnaud Fontaine's avatar Arnaud Fontaine

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.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41838 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58211155
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
parts = parts =
supervisor-instance supervisor-instance
supervisor-section-extender-target-section = supervisor extensions += erp5.extension.sectionextender
supervisor-section-extender-target-option = programs
supervisor-section-extender-source-option = supervisor-program section-extender =
supervisor:programs supervisor-program
[configuration] [configuration]
supervisor_port = 9001 supervisor_port = 9001
......
...@@ -31,8 +31,6 @@ parts = ...@@ -31,8 +31,6 @@ parts =
versions = versions versions = versions
extensions += erp5.extension.sectionextender
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
scripts = scripts =
......
...@@ -29,8 +29,6 @@ parts = ...@@ -29,8 +29,6 @@ parts =
versions = versions versions = versions
extensions += erp5.extension.sectionextender
[software-links] [software-links]
recipe = plone.recipe.command recipe = plone.recipe.command
command = command =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment