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

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 30 07:25:53 PDT 2014


Revision: 13051
          http://trac.calendarserver.org//changeset/13051
Author:   dre at apple.com
Date:     2014-03-30 07:25:53 -0700 (Sun, 30 Mar 2014)
Log Message:
-----------
Tweak 'find' usage to appease linux, and also omit the 'src' symlink in subprojects.

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

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-03-30 14:23:59 UTC (rev 13050)
+++ CalendarServer/trunk/bin/develop	2014-03-30 14:25:53 UTC (rev 13051)
@@ -31,8 +31,8 @@
 #
 # Create a subprojects directory with -e checkouts for convenience.
 #
-
-find .develop/roots/py_modules/src -type d -depth 1 | {
+cd ${wd}
+find .develop/roots/py_modules/src -maxdepth 1 -mindepth 1 -type d | {
   while read source; do
     deps="${wd}/subprojects";
     mkdir -p "${deps}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140330/5a730305/attachment.html>


More information about the calendarserver-changes mailing list