[CalendarServer-changes] [1214] CalendarServer/trunk/run
source_changes at macosforge.org
source_changes at macosforge.org
Mon Feb 19 18:52:11 PST 2007
Revision: 1214
http://trac.macosforge.org/projects/calendarserver/changeset/1214
Author: wsanchez at apple.com
Date: 2007-02-19 18:52:11 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
Update modules
Modified Paths:
--------------
CalendarServer/trunk/run
Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run 2007-02-20 02:15:09 UTC (rev 1213)
+++ CalendarServer/trunk/run 2007-02-20 02:52:11 UTC (rev 1214)
@@ -401,7 +401,7 @@
if ! py_have_module kerberos; then
kerberos="${top}/PyKerberos";
- svn_get "PyKerberos" "${kerberos}" "${svn_uri_base}/PyKerberos/trunk" 755;
+ svn_get "PyKerberos" "${kerberos}" "${svn_uri_base}/PyKerberos/trunk" 1213;
py_build "PyKerberos" "${kerberos}" false; # FIXME: make optional
py_install "PyKerberos" "${kerberos}";
@@ -417,7 +417,7 @@
if ! py_have_module opendirectory; then
opendirectory="${top}/PyOpenDirectory";
- svn_get "PyOpenDirectory" "${opendirectory}" "${svn_uri_base}/PyOpenDirectory/trunk" 1138;
+ svn_get "PyOpenDirectory" "${opendirectory}" "${svn_uri_base}/PyOpenDirectory/trunk" 1213;
py_build "PyOpenDirectory" "${opendirectory}" false;
py_install "PyOpenDirectory" "${opendirectory}";
@@ -433,7 +433,7 @@
if ! py_have_module appleauth; then
appleauth="${top}/PyAppleAuth";
- svn_get "PyAppleAuth" "${appleauth}" "${svn_uri_base}/PyAppleAuth/trunk" 755;
+ svn_get "PyAppleAuth" "${appleauth}" "${svn_uri_base}/PyAppleAuth/trunk" 1213;
py_build "PyAppleAuth" "${appleauth}" false;
py_install "PyAppleAuth" "${appleauth}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070219/c17170ba/attachment.html
More information about the calendarserver-changes
mailing list