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

source_changes at macosforge.org source_changes at macosforge.org
Sat May 3 16:01:42 PDT 2014


Revision: 13431
          http://trac.calendarserver.org//changeset/13431
Author:   wsanchez at apple.com
Date:     2014-05-03 16:01:42 -0700 (Sat, 03 May 2014)
Log Message:
-----------
Undo r13428. No, we want -depth.

Revision Links:
--------------
    http://trac.calendarserver.org//changeset/13428

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

Modified: CalendarServer/trunk/bin/develop
===================================================================
--- CalendarServer/trunk/bin/develop	2014-05-03 16:54:05 UTC (rev 13430)
+++ CalendarServer/trunk/bin/develop	2014-05-03 23:01:42 UTC (rev 13431)
@@ -55,7 +55,7 @@
 #
 # Create a subprojects directory with -e checkouts for convenience.
 #
-find .develop/virtualenv/src -maxdepth 1 -type d | {
+find .develop/virtualenv/src -depth 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/20140503/a8f3759f/attachment.html>


More information about the calendarserver-changes mailing list