[CalendarServer-changes] [6900] CalendarServer/branches/users/glyph/linux-tests/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 7 04:39:51 PST 2011


Revision: 6900
          http://trac.macosforge.org/projects/calendarserver/changeset/6900
Author:   glyph at apple.com
Date:     2011-02-07 04:39:51 -0800 (Mon, 07 Feb 2011)
Log Message:
-----------
fix insidious filesystem case-sensitivity bug: if the case of the name doesn't match the case of the directory, patches won't get applied.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/linux-tests/support/build.sh

Modified: CalendarServer/branches/users/glyph/linux-tests/support/build.sh
===================================================================
--- CalendarServer/branches/users/glyph/linux-tests/support/build.sh	2011-02-07 12:39:40 UTC (rev 6899)
+++ CalendarServer/branches/users/glyph/linux-tests/support/build.sh	2011-02-07 12:39:51 UTC (rev 6900)
@@ -569,7 +569,7 @@
 
   # XXX actually vObject should be imported in-place.
   py_dependency -fie -r 219 \
-    "vObject" "vobject" "vobject" \
+    "vobject" "vobject" "vobject" \
     "http://svn.osafoundation.org/vobject/trunk";
 
   #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110207/c426f7ac/attachment-0001.html>


More information about the calendarserver-changes mailing list