[CalendarServer-changes] [15264] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 2 08:14:17 PST 2015


Revision: 15264
          http://trac.calendarserver.org//changeset/15264
Author:   cdaboo at apple.com
Date:     2015-11-02 08:14:17 -0800 (Mon, 02 Nov 2015)
Log Message:
-----------
Latest twext. Always need patch directory.

Modified Paths:
--------------
    CalendarServer/trunk/bin/_build.sh
    CalendarServer/trunk/requirements-cs.txt

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2015-11-02 16:13:23 UTC (rev 15263)
+++ CalendarServer/trunk/bin/_build.sh	2015-11-02 16:14:17 UTC (rev 15264)
@@ -629,8 +629,6 @@
   local n="cx_Oracle";
   local p="${n}-${v}";
 
-  mkdir -p "${dev_patches}";
-
   local srcdir="${dev_patches}/${p}";
 
   www_get ${f_hash} "${n}" "${srcdir}" "https://pypi.python.org/packages/source/c/${n}/${p}.tar.gz";
@@ -651,6 +649,7 @@
   export PYTHON="${python}";
   export PYTHONPATH="${py_ve_tools}/lib:${wd}:${PYTHONPATH:-}";
 
+  mkdir -p "${dev_patches}";
 
   # Work around a change in Xcode tools that breaks Python modules in OS X
   # 10.9.2 and prior due to a hard error if the -mno-fused-madd is used, as

Modified: CalendarServer/trunk/requirements-cs.txt
===================================================================
--- CalendarServer/trunk/requirements-cs.txt	2015-11-02 16:13:23 UTC (rev 15263)
+++ CalendarServer/trunk/requirements-cs.txt	2015-11-02 16:14:17 UTC (rev 15264)
@@ -7,7 +7,7 @@
     zope.interface==4.1.2
 	    setuptools==17.0
 
-    --editable svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@15261#egg=twextpy
+    --editable svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@15263#egg=twextpy
         cffi==1.1.0
             pycparser==2.13
         #twisted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151102/1d247fd9/attachment.html>


More information about the calendarserver-changes mailing list