[CalendarServer-changes] [7342] CalendarServer/branches/users/glyph/oracle-nulls/bin/caldavd

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 21 09:52:27 PDT 2011


Revision: 7342
          http://trac.macosforge.org/projects/calendarserver/changeset/7342
Author:   glyph at apple.com
Date:     2011-04-21 09:52:27 -0700 (Thu, 21 Apr 2011)
Log Message:
-----------
Same version-detection logic as the support script.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/oracle-nulls/bin/caldavd

Modified: CalendarServer/branches/users/glyph/oracle-nulls/bin/caldavd
===================================================================
--- CalendarServer/branches/users/glyph/oracle-nulls/bin/caldavd	2011-04-21 16:52:01 UTC (rev 7341)
+++ CalendarServer/branches/users/glyph/oracle-nulls/bin/caldavd	2011-04-21 16:52:27 UTC (rev 7342)
@@ -51,7 +51,7 @@
   return 0;
 }
 
-for v in "" "2.6" "2.5"; do
+for v in "2.7" "2.6" "2.5" ""; do
   for p in                                                              \
     "${PYTHON:=}"                                                       \
     "python${v}"                                                        \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110421/303e3754/attachment-0001.html>


More information about the calendarserver-changes mailing list