[CalendarServer-changes] [7568] CalendarServer/branches/users/glyph/deploybuild/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 7 17:01:13 PDT 2011


Revision: 7568
          http://trac.macosforge.org/projects/calendarserver/changeset/7568
Author:   glyph at apple.com
Date:     2011-06-07 17:01:13 -0700 (Tue, 07 Jun 2011)
Log Message:
-----------
python 2.6.4 -> 2.7.1

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

Modified: CalendarServer/branches/users/glyph/deploybuild/support/build.sh
===================================================================
--- CalendarServer/branches/users/glyph/deploybuild/support/build.sh	2011-06-08 00:01:09 UTC (rev 7567)
+++ CalendarServer/branches/users/glyph/deploybuild/support/build.sh	2011-06-08 00:01:13 UTC (rev 7568)
@@ -577,10 +577,10 @@
   # self-contained as possible.
 
   if "${do_bundle}"; then
-    local pyfn="Python-2.6.4";
-    c_dependency -m "fee5408634a54e721a93531aba37f8c1" \
+    local pyfn="Python-2.7.1";
+    c_dependency -m "aa27bc25725137ba155910bd8e5ddc4f" \
         "Python" "${pyfn}" \
-        "http://python.org/downloads/${pyfn}.tar.bz2";
+        "http://www.python.org/ftp/python/2.7.1/${pyfn}.tar.bz2";
     # Be sure to use the Python we just built.
     export PYTHON="$(type -p python)";
     init_py;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110607/5dbab896/attachment.html>


More information about the calendarserver-changes mailing list