[CalendarServer-changes] [6395] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 4 08:08:41 PDT 2010


Revision: 6395
          http://trac.macosforge.org/projects/calendarserver/changeset/6395
Author:   wsanchez at apple.com
Date:     2010-10-04 08:08:40 -0700 (Mon, 04 Oct 2010)
Log Message:
-----------
Prep work

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2010-09-30 20:03:12 UTC (rev 6394)
+++ CalendarServer/trunk/support/build.sh	2010-10-04 15:08:40 UTC (rev 6395)
@@ -35,9 +35,11 @@
 {
   local key="$1"; shift;
 
+  local xpath="xpath";
+
   # FIXME: This only works for simple values (no arrays, dicts)
   tr '\n' ' ' < "${config}"                                                 \
-    | xpath "/plist/dict/*[preceding-sibling::key[1]='${key}'" 2> /dev/null \
+    | ${xpath} "/plist/dict/*[preceding-sibling::key[1]='${key}'" 2> /dev/null \
     | sed -n 's|^<[^<][^<]*>\([^<]*\)</[^<][^<]*>.*$|\1|p';
 }
 
@@ -522,9 +524,11 @@
       "${svn_uri_base}/PyKerberos/trunk";
   fi;
 
+  #if [ "$(uname -s)" == "Darwin" ]; then
     py_dependency -r 4827 \
       "PyOpenDirectory" "opendirectory" "PyOpenDirectory" \
       "${svn_uri_base}/PyOpenDirectory/trunk";
+  #fi;
 
   py_dependency -v 0.5 -r 1013 \
     "xattr" "xattr" "xattr" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101004/111900c8/attachment.html>


More information about the calendarserver-changes mailing list