[CalendarServer-changes] [3821] CalendarServer/branches/exarkun/update-twisted-3816/run

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 11 14:51:19 PDT 2009


Revision: 3821
          http://trac.macosforge.org/projects/calendarserver/changeset/3821
Author:   exarkun at twistedmatrix.com
Date:     2009-03-11 14:51:18 -0700 (Wed, 11 Mar 2009)
Log Message:
-----------
Switch to dav-take-two-3081-3 Twisted branch; adjust profile command line to specify that cProfile is to be used

Modified Paths:
--------------
    CalendarServer/branches/exarkun/update-twisted-3816/run

Modified: CalendarServer/branches/exarkun/update-twisted-3816/run
===================================================================
--- CalendarServer/branches/exarkun/update-twisted-3816/run	2009-03-11 21:49:33 UTC (rev 3820)
+++ CalendarServer/branches/exarkun/update-twisted-3816/run	2009-03-11 21:51:18 UTC (rev 3821)
@@ -91,7 +91,7 @@
     'R')       reactor="-R ${OPTARG}"; ;;
     't')  service_type="${OPTARG}"; ;;
     'K')      read_key="${OPTARG}"; ;;
-    'S')       profile="-p ${OPTARG}"; ;;
+    'S')       profile="--profiler cprofile -p ${OPTARG}"; ;;
     'g') do_get="true" ; do_setup="false"; do_run="false"; ;;
     's') do_get="true" ; do_setup="true" ; do_run="false"; ;;
     'p') do_get="false"; do_setup="false"; do_run="false"; print_path="true"; ;;
@@ -635,8 +635,8 @@
     proto="svn";
     ;;
 esac;
-svn_uri="${proto}://svn.twistedmatrix.com/svn/Twisted/branches/dav-acl-1608-4";
-svn_get "Twisted" "${twisted}" "${svn_uri}" 19773;
+svn_uri="${proto}://svn.twistedmatrix.com/svn/Twisted/branches/dav-take-two-3081-3";
+svn_get "Twisted" "${twisted}" "${svn_uri}" 26343;
 
 # No py_build step, since we tend to do edit Twisted, we want the sources in
 # PYTHONPATH, not a build directory.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090311/ccc3f4da/attachment-0001.html>


More information about the calendarserver-changes mailing list