[CalendarServer-changes] [4500] CalendarServer/branches/more-deferreds-3

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 18 16:23:14 PDT 2009


Revision: 4500
          http://trac.macosforge.org/projects/calendarserver/changeset/4500
Author:   william_short at apple.com
Date:     2009-08-18 16:23:11 -0700 (Tue, 18 Aug 2009)
Log Message:
-----------
don't start the debugger

Modified Paths:
--------------
    CalendarServer/branches/more-deferreds-3/bin/caldavd
    CalendarServer/branches/more-deferreds-3/twistedcaldav/static.py

Modified: CalendarServer/branches/more-deferreds-3/bin/caldavd
===================================================================
--- CalendarServer/branches/more-deferreds-3/bin/caldavd	2009-08-13 19:23:02 UTC (rev 4499)
+++ CalendarServer/branches/more-deferreds-3/bin/caldavd	2009-08-18 23:23:11 UTC (rev 4500)
@@ -120,4 +120,4 @@
 
 echo exec "${python}" "${twistdpath}" "${twistd_reactor}" ${daemonize} ${username} ${groupname} "${plugin_name}" ${configfile} ${service_type} ${profile} "${child_reactor}";
 
-exec "${python}" "${twistdpath}" ${twistd_reactor} -b ${daemonize} ${username} ${groupname} "${plugin_name}" ${configfile} ${service_type} ${profile} ${child_reactor};
+exec "${python}" "${twistdpath}" ${twistd_reactor} ${daemonize} ${username} ${groupname} "${plugin_name}" ${configfile} ${service_type} ${profile} ${child_reactor};

Modified: CalendarServer/branches/more-deferreds-3/twistedcaldav/static.py
===================================================================
--- CalendarServer/branches/more-deferreds-3/twistedcaldav/static.py	2009-08-13 19:23:02 UTC (rev 4499)
+++ CalendarServer/branches/more-deferreds-3/twistedcaldav/static.py	2009-08-18 23:23:11 UTC (rev 4500)
@@ -87,6 +87,7 @@
     """
     CalDAV-accessible L{DAVFile} resource.
     """
+    propertyStore = CachingPropertyStore
 
     @classmethod
     def fetch(cls, request, path, *args, **kwargs):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090818/7e35a057/attachment.html>


More information about the calendarserver-changes mailing list