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

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 27 12:42:38 PDT 2009


Revision: 4512
          http://trac.macosforge.org/projects/calendarserver/changeset/4512
Author:   cdaboo at apple.com
Date:     2009-08-27 12:42:37 -0700 (Thu, 27 Aug 2009)
Log Message:
-----------
Fix external module downloads.

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

Modified: CalendarServer/branches/users/wsanchez/deployment/run
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/run	2009-08-27 19:09:07 UTC (rev 4511)
+++ CalendarServer/branches/users/wsanchez/deployment/run	2009-08-27 19:42:37 UTC (rev 4512)
@@ -308,7 +308,7 @@
     echo "Downloading ${name}...";
     rm -rf "${path}";
     cd "$(dirname "${path}")";
-    curl "${url}" | ${decompress} | tar xvf -;
+    curl -L "${url}" | ${decompress} | tar xvf -;
     chmod -R ugo+r "${path}";
     apply_patches "${name}" "${path}";
     cd /;
@@ -446,7 +446,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://internap.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz;
   py_build "PyXML" "${xml}" false;
   py_install "PyXML" "${xml}";
 
@@ -460,7 +460,7 @@
 if ! py_have_module OpenSSL; then
   ssl="${top}/pyOpenSSL-0.6";
 
-  www_get "PyOpenSSL" "${ssl}" http://softlayer.dl.sourceforge.net/sourceforge/pyopenssl/pyOpenSSL-0.6.tar.gz;
+  www_get "PyOpenSSL" "${ssl}" http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.6.tar.gz;
   py_build "PyOpenSSL" "${ssl}" false;
   py_install "PyOpenSSL" "${ssl}";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090827/3403a6b4/attachment.html>


More information about the calendarserver-changes mailing list