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

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 26 14:28:48 PST 2014


Revision: 12758
          http://trac.calendarserver.org//changeset/12758
Author:   wsanchez at apple.com
Date:     2014-02-26 14:28:47 -0800 (Wed, 26 Feb 2014)
Log Message:
-----------
Link the parent project's .develop directory up so things don't need to rebuild.

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

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-02-26 22:28:09 UTC (rev 12757)
+++ CalendarServer/trunk/bin/develop	2014-02-26 22:28:47 UTC (rev 12758)
@@ -27,6 +27,10 @@
 
 develop;
 
+#
+# Create a subprojects directory with -e checkouts for convenience.
+#
+
 find .develop/roots/py_modules/src -type d -depth 1 | {
   while read source; do
     deps="${wd}/subprojects";
@@ -39,5 +43,8 @@
     fi;
 
     ln -s "../${source}" "${target}";
+
+    rm -f "${target}/.develop";
+    ln -s "${wd}/.develop" "${target}/.develop";
   done;
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140226/74f12caa/attachment-0001.html>


More information about the calendarserver-changes mailing list