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

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:24:05 PDT 2014


Revision: 12609
          http://trac.calendarserver.org//changeset/12609
Author:   wsanchez at apple.com
Date:     2014-02-07 12:16:05 -0800 (Fri, 07 Feb 2014)
Log Message:
-----------
Make symlinks to editable checkouts of dependencies.

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

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-02-07 19:18:12 UTC (rev 12608)
+++ CalendarServer/trunk/bin/develop	2014-02-07 20:16:05 UTC (rev 12609)
@@ -26,3 +26,15 @@
 . "${wd}/bin/_build.sh";
 
 develop;
+
+find .develop/roots/py_modules/src -type d -depth 1 | {
+  while read source; do
+    target="$(basename ${source} | sed 's|twextpy|twext|')";
+
+    if [ -L "${target}" ]; then
+      rm "${target}";
+    fi;
+
+    ln -s "${source}" "${target}";
+  done;
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/8ff272e5/attachment.html>


More information about the calendarserver-changes mailing list