[CalendarServer-changes] [9849] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 24 15:02:23 PDT 2012


Revision: 9849
          http://trac.calendarserver.org//changeset/9849
Author:   glyph at apple.com
Date:     2012-09-24 15:02:23 -0700 (Mon, 24 Sep 2012)
Log Message:
-----------
Change Twisted dependency to be PyPI-based rather than an SVN checkout.

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

Property Changed:
----------------
    CalendarServer/trunk/

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2012-09-24 21:10:38 UTC (rev 9848)
+++ CalendarServer/trunk/support/build.sh	2012-09-24 22:02:23 UTC (rev 9849)
@@ -727,9 +727,9 @@
 
   # Maintenance note: next time the Twisted dependency gets updated, check out
   # twext/patches.py.
-  py_dependency -v 12 -r HEAD \
-    "Twisted" "twisted" "Twisted" \
-    "svn://svn.twistedmatrix.com/svn/Twisted/tags/releases/twisted-12.0.0";
+  py_dependency -v 12 -m "cf49a8676c21c50faf1b42b528049471" \
+    "Twisted" "twisted" "Twisted-12.0.0" \
+    "${pypi}/T/Twisted/Twisted-12.0.0.tar.bz2";
 
   local du="python-dateutil-1.5";
   py_dependency -m "35f3732db3f2cc4afdc68a8533b60a52" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120924/eaa1a948/attachment.html>


More information about the calendarserver-changes mailing list