Revision: 9339 http://trac.macosforge.org/projects/calendarserver/changeset/9339 Author: cdaboo@apple.com Date: 2012-06-07 15:51:46 -0700 (Thu, 07 Jun 2012) Log Message: ----------- PyCalendar performance optimizations. Modified Paths: -------------- CalendarServer/trunk/support/build.sh Modified: CalendarServer/trunk/support/build.sh =================================================================== --- CalendarServer/trunk/support/build.sh 2012-06-07 22:51:15 UTC (rev 9338) +++ CalendarServer/trunk/support/build.sh 2012-06-07 22:51:46 UTC (rev 9339) @@ -738,7 +738,7 @@ "${pypi}/p/python-ldap/${ld}.tar.gz"; # XXX actually PyCalendar should be imported in-place. - py_dependency -fe -i "src" -r 191 \ + py_dependency -fe -i "src" -r 200 \ "pycalendar" "pycalendar" "pycalendar" \ "http://svn.mulberrymail.com/repos/PyCalendar/branches/server";
participants (1)
-
source_changes@macosforge.org