[CalendarServer-changes] [5169] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 21 13:30:00 PST 2010


Revision: 5169
          http://trac.macosforge.org/projects/calendarserver/changeset/5169
Author:   wsanchez at apple.com
Date:     2010-02-21 13:30:00 -0800 (Sun, 21 Feb 2010)
Log Message:
-----------
Use system Twisted if version >= 10

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2010-02-21 21:29:24 UTC (rev 5168)
+++ CalendarServer/trunk/support/build.sh	2010-02-21 21:30:00 UTC (rev 5169)
@@ -487,7 +487,7 @@
     "PyGreSQL" "pgdb" "PyGreSQL-4.0" \
     "ftp://ftp.pygresql.org/pub/distrib/PyGreSQL.tgz";
 
-  py_dependency -f -r 27606 \
+  py_dependency -v 10 -r 27606 \
     "Twisted" "twisted" "Twisted" \
     "svn://svn.twistedmatrix.com/svn/Twisted/tags/releases/twisted-9.0.0";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100221/b0ced529/attachment-0001.html>


More information about the calendarserver-changes mailing list