[CalendarServer-changes] [7752] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 11 06:51:29 PDT 2011


Revision: 7752
          http://trac.macosforge.org/projects/calendarserver/changeset/7752
Author:   exarkun at twistedmatrix.com
Date:     2011-07-11 06:51:27 -0700 (Mon, 11 Jul 2011)
Log Message:
-----------
Change the py_dependency on CalDAVClientLibrary to use the Python package name `caldavclientlibrary` to determine availability

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-test.plist
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2011-07-08 23:27:50 UTC (rev 7751)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2011-07-11 13:51:27 UTC (rev 7752)
@@ -90,6 +90,9 @@
         Data Store
       -->
 
+    <key>UseDatabase</key>
+    <true/>
+
     <!-- Server root -->
     <key>ServerRoot</key>
     <string>./data</string>
@@ -631,19 +634,19 @@
 
           <!-- XMPP host and port to contact -->
           <key>Host</key>
-          <string>xmpp.host.name</string>
+          <string>ical-living-on.apple.com</string>
           <key>Port</key>
-          <integer>5222</integer>
+          <integer>5219</integer>
 
           <!-- Jabber ID and password for the server -->
           <key>JID</key>
-          <string>jid at xmpp.host.name/resource</string>
+          <string>com.apple.notificationuser at ical-living-on.apple.com</string>
           <key>Password</key>
-          <string>password_goes_here</string>
+          <string>dF38JUO38dGXBzFV</string>
 
           <!-- PubSub service address -->
           <key>ServiceAddress</key>
-          <string>pubsub.xmpp.host.name</string>
+          <string>pubsub.ical-living-on.apple.com</string>
 
           <!-- Apple-specific config -->
           <key>CalDAV</key>

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2011-07-08 23:27:50 UTC (rev 7751)
+++ CalendarServer/trunk/support/build.sh	2011-07-11 13:51:27 UTC (rev 7752)
@@ -750,7 +750,7 @@
     "${pypi}/p/pyflakes/pyflakes-0.4.0.tar.gz";
  
   py_dependency -o -r HEAD \
-    "CalDAVClientLibrary" "CalDAVClientLibrary" "CalDAVClientLibrary" \
+    "CalDAVClientLibrary" "caldavclientlibrary" "CalDAVClientLibrary" \
     "${svn_uri_base}/CalDAVClientLibrary/trunk";
 
   # Can't add "-v 2011g" to args because the version check expects numbers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110711/dbc009f5/attachment.html>


More information about the calendarserver-changes mailing list