[CalendarServer-changes] [1316] CalendarServer/trunk/run

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 5 16:21:26 PST 2007


Revision: 1316
          http://trac.macosforge.org/projects/calendarserver/changeset/1316
Author:   wsanchez at apple.com
Date:     2007-03-05 16:21:26 -0800 (Mon, 05 Mar 2007)

Log Message:
-----------
Need new PyOpenDirectory for Python 2.5

Modified Paths:
--------------
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2007-03-05 22:28:36 UTC (rev 1315)
+++ CalendarServer/trunk/run	2007-03-06 00:21:26 UTC (rev 1316)
@@ -417,7 +417,7 @@
   if ! py_have_module opendirectory; then
     opendirectory="${top}/PyOpenDirectory";
 
-    svn_get "PyOpenDirectory" "${opendirectory}" "${svn_uri_base}/PyOpenDirectory/trunk" 1251;
+    svn_get "PyOpenDirectory" "${opendirectory}" "${svn_uri_base}/PyOpenDirectory/trunk" 1315;
     py_build "PyOpenDirectory" "${opendirectory}" false;
     py_install "PyOpenDirectory" "${opendirectory}";
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070305/7ea35836/attachment.html


More information about the calendarserver-changes mailing list