[CalendarServer-changes] [4960] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 25 17:15:37 PST 2010


Revision: 4960
          http://trac.macosforge.org/projects/calendarserver/changeset/4960
Author:   cdaboo at apple.com
Date:     2010-01-25 17:15:34 -0800 (Mon, 25 Jan 2010)
Log Message:
-----------
Get rid of personalized checkout.

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2010-01-25 16:02:20 UTC (rev 4959)
+++ CalendarServer/trunk/support/build.sh	2010-01-26 01:15:34 UTC (rev 4960)
@@ -488,18 +488,9 @@
     "www" "http://www.labix.org/download/python-dateutil/python-dateutil-1.4.1.tar.gz" \
     false false false false 0;
 
-  case "${USER}" in
-    cyrusdaboo)
-      base="svn+ssh://cdaboo@svn.osafoundation.org/svn";
-      ;;
-    *)
-      base="http://svn.osafoundation.org";
-      ;;
-  esac;
-
   # XXX actually vObject should be imported in-place.
   py_dependency "vObject" "vobject" "vobject" \
-    "svn" "${base}/vobject/trunk" \
+    "svn" "http://svn.osafoundation.org/vobject/trunk" \
     false true true true 219;
 
   # Tool dependencies.  The code itself doesn't depend on these, but you probably want them.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100125/a3341eee/attachment.html>


More information about the calendarserver-changes mailing list