[CalendarServer-changes] [8760] CalendarServer/branches/users/wsanchez/deployment/run

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 22 15:30:08 PST 2012


Revision: 8760
          http://trac.macosforge.org/projects/calendarserver/changeset/8760
Author:   sagen at apple.com
Date:     2012-02-22 15:30:08 -0800 (Wed, 22 Feb 2012)
Log Message:
-----------
Update host to retrieve dependencies

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/run

Modified: CalendarServer/branches/users/wsanchez/deployment/run
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/run	2012-02-22 23:27:20 UTC (rev 8759)
+++ CalendarServer/branches/users/wsanchez/deployment/run	2012-02-22 23:30:08 UTC (rev 8760)
@@ -521,7 +521,7 @@
 if ! py_have_module xml.dom.ext; then
   xml="${top}/PyXML-0.8.4";
 
-  www_get "PyXML" "${xml}" http://softlayer.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz;
+  www_get "PyXML" "${xml}" http://superb-sea2.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz;
   py_build "PyXML" "${xml}" false;
   py_install "PyXML" "${xml}";
 
@@ -595,7 +595,7 @@
 if ! py_have_module ctypes; then
   ctypes="${top}/ctypes-1.0.0"
 
-  www_get "ctypes" "${ctypes}" http://softlayer.dl.sourceforge.net/sourceforge/ctypes/ctypes-1.0.0.tar.gz;
+  www_get "ctypes" "${ctypes}" http://superb-sea2.dl.sourceforge.net/sourceforge/ctypes/ctypes-1.0.0.tar.gz;
   py_build "ctypes" "${ctypes}" true;
   py_install "ctypes" "${ctypes}";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120222/226df68d/attachment-0001.html>


More information about the calendarserver-changes mailing list