[Erp5-report] r44141 romain - in /erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 10 16:30:25 CET 2011


Author: romain
Date: Thu Mar 10 16:30:24 2011
New Revision: 44141

URL: http://svn.erp5.org?rev=44141&view=rev
Log:
No parameter is allowed if it doesn't explain why/when different values are
needed and how to make automatic for slapos.

Modified:
    erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py
    erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/zope.conf.timerservice.in

Modified: erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py?rev=44141&r1=44140&r2=44141&view=diff
==============================================================================
--- erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] Thu Mar 10 16:30:24 2011
@@ -424,11 +424,10 @@ class Recipe(BaseSlapRecipe):
     return '%s:%s' % (config['zeo_ip'], config['zeo_port']), config['zeo_storagename']
 
   def installZope(self, ip, port, name, zeo_address=None, zeo_storagename=None,
-      zodb_root_path=None, with_timerservice=False, timeserver_interval=5):
+      zodb_root_path=None, with_timerservice=False):
     # Create zope configuration file
     zope_config = dict(
         products=self.options['products'],
-        timeserver_interval=timeserver_interval,
     )
     if zeo_address is not None and zeo_storagename is not None:
       zope_config.update(zeo_address=zeo_address, zeo_storagename=zeo_storagename)

Modified: erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/zope.conf.timerservice.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/zope.conf.timerservice.in?rev=44141&r1=44140&r2=44141&view=diff
==============================================================================
--- erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/zope.conf.timerservice.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/template/zope.conf.timerservice.in [utf8] Thu Mar 10 16:30:24 2011
@@ -2,5 +2,5 @@
 # ERP5 Timer Service
 %%import timerserver
 <timer-server>
-  interval %(timeserver_interval)s
+  interval 5
 </timer-server>



More information about the Erp5-report mailing list