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

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 5 17:31:33 PST 2007


Revision: 1321
          http://trac.macosforge.org/projects/calendarserver/changeset/1321
Author:   wsanchez at apple.com
Date:     2007-03-05 17:31:33 -0800 (Mon, 05 Mar 2007)

Log Message:
-----------
Update PyOpendirectory so we don't break on 2.4

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

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2007-03-06 01:30:53 UTC (rev 1320)
+++ CalendarServer/trunk/run	2007-03-06 01:31:33 UTC (rev 1321)
@@ -425,7 +425,7 @@
   if ! py_have_module opendirectory; then
     opendirectory="${top}/PyOpenDirectory";
 
-    svn_get "PyOpenDirectory" "${opendirectory}" "${svn_uri_base}/PyOpenDirectory/trunk" 1315;
+    svn_get "PyOpenDirectory" "${opendirectory}" "${svn_uri_base}/PyOpenDirectory/trunk" 1320;
     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/0ab5fb15/attachment.html


More information about the calendarserver-changes mailing list