adding TODOs from JPS

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36905 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1cf54d50
...@@ -3,6 +3,7 @@ parts = memcached-instance ...@@ -3,6 +3,7 @@ parts = memcached-instance
[memcached-instance] [memcached-instance]
depends = depends =
#XXX-JPS : NO PLURALS
${create-directories:command} ${create-directories:command}
recipe = erp5.recipe.memcachedserver recipe = erp5.recipe.memcachedserver
...@@ -11,6 +12,11 @@ memcached_bin_folder = ${buildout:data-bin-directory} ...@@ -11,6 +12,11 @@ memcached_bin_folder = ${buildout:data-bin-directory}
memcached_conf_file = ${buildout:etc-directory}/memcached.conf memcached_conf_file = ${buildout:etc-directory}/memcached.conf
instancehome = ${buildout:var-directory}/var/memcached instancehome = ${buildout:var-directory}/var/memcached
### JPS : Problem : promise-based config : We don't know if goal is reached
### + don't crush everything each time if nothing changed
### + specify the goal
# Configuration goes here # Configuration goes here
# -p # -p
memcached_tcp_port = 11211 memcached_tcp_port = 11211
......
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