[CalendarServer-changes] [14755] CalendarServer/branches/users/sagen/request-socket

source_changes at macosforge.org source_changes at macosforge.org
Tue May 5 09:22:01 PDT 2015


Revision: 14755
          http://trac.calendarserver.org//changeset/14755
Author:   sagen at apple.com
Date:     2015-05-05 09:22:00 -0700 (Tue, 05 May 2015)
Log Message:
-----------
Update requirements and use /tmp for socket file

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/request-socket/requirements-dev.txt
    CalendarServer/branches/users/sagen/request-socket/twistedcaldav/stdconfig.py

Modified: CalendarServer/branches/users/sagen/request-socket/requirements-dev.txt
===================================================================
--- CalendarServer/branches/users/sagen/request-socket/requirements-dev.txt	2015-05-05 16:01:25 UTC (rev 14754)
+++ CalendarServer/branches/users/sagen/request-socket/requirements-dev.txt	2015-05-05 16:22:00 UTC (rev 14755)
@@ -7,5 +7,5 @@
 mockldap
 q
 tl.eggdeps
---editable svn+http://svn.calendarserver.org/repository/calendarserver/CalDAVClientLibrary/trunk@13420#egg=CalDAVClientLibrary
---editable svn+http://svn.calendarserver.org/repository/calendarserver/CalDAVTester/trunk@14743#egg=CalDAVTester
+--editable svn+http://svn.calendarserver.org/repository/calendarserver/CalDAVClientLibrary/trunk@14751#egg=CalDAVClientLibrary
+--editable svn+http://svn.calendarserver.org/repository/calendarserver/CalDAVTester/trunk@14752#egg=CalDAVTester

Modified: CalendarServer/branches/users/sagen/request-socket/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/branches/users/sagen/request-socket/twistedcaldav/stdconfig.py	2015-05-05 16:01:25 UTC (rev 14754)
+++ CalendarServer/branches/users/sagen/request-socket/twistedcaldav/stdconfig.py	2015-05-05 16:22:00 UTC (rev 14755)
@@ -174,7 +174,7 @@
     #    This configures the actual network address that the server binds to.
     #
 
-    "RequestSocket": "caldavd_requests.sock",
+    "RequestSocket": "/tmp/caldavd_requests.sock",
 
     "BindAddresses": [], # List of IP addresses to bind to [empty = all]
     "BindHTTPPorts": [], # List of port numbers to bind to for HTTP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150505/2635b714/attachment-0001.html>


More information about the calendarserver-changes mailing list