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 @@
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
......
......@@ -31,8 +31,6 @@ parts =
versions = versions
extensions += erp5.extension.sectionextender
[eggs]
recipe = zc.recipe.egg
scripts =
......
......@@ -29,8 +29,6 @@ parts =
versions = versions
extensions += erp5.extension.sectionextender
[software-links]
recipe = plone.recipe.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