[Erp5-report] r29918 - in /experimental/erp5.buildout-zope-2.12/trunk: base.cfg sources.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 22 13:02:48 CEST 2009


Author: leonardo
Date: Thu Oct 22 13:02:45 2009
New Revision: 29918

URL: http://svn.erp5.org?rev=29918&view=rev
Log:
Replace timeserver with clockserver

Modified:
    experimental/erp5.buildout-zope-2.12/trunk/base.cfg
    experimental/erp5.buildout-zope-2.12/trunk/sources.cfg

Modified: experimental/erp5.buildout-zope-2.12/trunk/base.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout-zope-2.12/trunk/base.cfg?rev=29918&r1=29917&r2=29918&view=diff
==============================================================================
--- experimental/erp5.buildout-zope-2.12/trunk/base.cfg [utf8] (original)
+++ experimental/erp5.buildout-zope-2.12/trunk/base.cfg [utf8] Thu Oct 22 13:02:45 2009
@@ -46,7 +46,6 @@
 #    Products.PortalTransforms
 
 # Local eggs
-    timerserver
     erp5diff
 
 # Other products
@@ -61,7 +60,6 @@
     python-ldap
     lxml
     pytz
-    timerserver
     erp5diff
     mechanize
     ClientForm
@@ -134,10 +132,10 @@
   ${products-deps-svn:location}
   ${products-erp5:location}
 zope-conf-additional=
-  %import timerserver
-  <timer-server>
-    interval 5
-  </timer-server>
+  <clock-server>
+    method /Control_Panel/timer_service/process_timer?interval:int=5
+    period 5
+  </clock-server>
 
 [omelette]
 recipe = collective.recipe.omelette

Modified: experimental/erp5.buildout-zope-2.12/trunk/sources.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout-zope-2.12/trunk/sources.cfg?rev=29918&r1=29917&r2=29918&view=diff
==============================================================================
--- experimental/erp5.buildout-zope-2.12/trunk/sources.cfg [utf8] (original)
+++ experimental/erp5.buildout-zope-2.12/trunk/sources.cfg [utf8] Thu Oct 22 13:02:45 2009
@@ -26,7 +26,6 @@
 #    Products.PortalTransforms
 
 # ERP5 eggs
-    timerserver
     erp5diff
 
 # Other packages
@@ -58,7 +57,6 @@
 #Products.PortalTransforms           = svn https://svn.plone.org/svn/archetypes/Products.PortalTransforms/trunk
 
 # Local eggs
-timerserver                         = svn https://svn.erp5.org/repos/public/experimental/erp5.buildout/src/timerserver 
 erp5diff                            = svn https://svn.erp5.org/repos/public/experimental/erp5.buildout/src/erp5diff
 
 # Other packages




More information about the Erp5-report mailing list