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

source_changes at macosforge.org source_changes at macosforge.org
Tue May 10 07:39:12 PDT 2011


Revision: 7425
          http://trac.macosforge.org/projects/calendarserver/changeset/7425
Author:   cdaboo at apple.com
Date:     2011-05-10 07:39:09 -0700 (Tue, 10 May 2011)
Log Message:
-----------
Fix some broken download paths. Upgrade to latest postgres.

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

Modified: CalendarServer/branches/users/wsanchez/deployment/run
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/run	2011-05-10 13:23:56 UTC (rev 7424)
+++ CalendarServer/branches/users/wsanchez/deployment/run	2011-05-10 14:39:09 UTC (rev 7425)
@@ -521,7 +521,7 @@
 if ! py_have_module xml.dom.ext; then
   xml="${top}/PyXML-0.8.4";
 
-  www_get "PyXML" "${xml}" http://internap.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz;
+  www_get "PyXML" "${xml}" http://softlayer.dl.sourceforge.net/sourceforge/pyxml/PyXML-0.8.4.tar.gz;
   py_build "PyXML" "${xml}" false;
   py_install "PyXML" "${xml}";
 
@@ -665,9 +665,9 @@
   #
   # postgresql
   #
-  postgresql="${top}/postgresql-8.4.4"
+  postgresql="${top}/postgresql-9.0.4"
 
-  www_get "postgresql" "${postgresql}" http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v8.4.4/postgresql-8.4.4.tar.gz;
+  www_get "postgresql" "${postgresql}" http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v9.0.4/postgresql-9.0.4.tar.gz;
 
   if "${do_setup}" && (
     "${force_setup}" || [ ! -d "${postgresql}/_root" ]
@@ -790,7 +790,7 @@
 
 pyflakes="${top}/Pyflakes";
 
-svn_get "Pyflakes" "${pyflakes}" http://divmod.org/svn/Divmod/trunk/Pyflakes 17198;
+www_get "Pyflakes" "${pyflakes}" http://pypi.python.org/packages/source/p/pyflakes/pyflakes-0.4.0.tar.gz;
 
 #
 # Calendar Server
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110510/e78f8b0f/attachment.html>


More information about the calendarserver-changes mailing list