[CalendarServer-changes] [12610] CalendarServer/trunk/bin/develop

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:23:03 PDT 2014


Revision: 12610
          http://trac.calendarserver.org//changeset/12610
Author:   wsanchez at apple.com
Date:     2014-02-07 12:20:27 -0800 (Fri, 07 Feb 2014)
Log Message:
-----------
Move links

Modified Paths:
--------------
    CalendarServer/trunk/bin/develop

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-02-07 20:16:05 UTC (rev 12609)
+++ CalendarServer/trunk/bin/develop	2014-02-07 20:20:27 UTC (rev 12610)
@@ -29,8 +29,11 @@
 
 find .develop/roots/py_modules/src -type d -depth 1 | {
   while read source; do
-    target="$(basename ${source} | sed 's|twextpy|twext|')";
+    deps="${wd}/subprojects";
+    mkdir -p "${deps}";
 
+    target="${deps}/$(basename ${source} | sed 's|twextpy|twext|')";
+
     if [ -L "${target}" ]; then
       rm "${target}";
     fi;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/cb913cd7/attachment.html>


More information about the calendarserver-changes mailing list