[CalendarServer-changes] [1126] CalendarServer/trunk/run

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 1 11:23:47 PST 2007


Revision: 1126
          http://trac.macosforge.org/projects/calendarserver/changeset/1126
Author:   wsanchez at apple.com
Date:     2007-02-01 11:23:46 -0800 (Thu, 01 Feb 2007)

Log Message:
-----------
Zap build and pycs after patching step

Modified Paths:
--------------
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2007-01-30 19:54:54 UTC (rev 1125)
+++ CalendarServer/trunk/run	2007-02-01 19:23:46 UTC (rev 1126)
@@ -209,7 +209,14 @@
         -print                                 \
         -exec patch -p0 --forward -i '{}' ';';
     cd /;
+
   fi;
+
+  echo ""
+  echo "Removing build directory ${path}/build..."
+  rm -rf "${path}/build";
+  echo "Removing pyc files from ${path}..."
+  find "${path}" -type f -name '*.pyc' -print0 | xargs -0 rm;
 }
 
 www_get () {
@@ -463,6 +470,9 @@
 svn_uri="${proto}://svn.twistedmatrix.com/svn/Twisted/branches/dav-acl-1608-2";
 svn_get "Twisted" "${twisted}" "${svn_uri}" 18545;
 
+# No py_build step, since we tend to do edit Twisted, we want the sources in
+# PYTHONPATH, not a build directory.
+
 py_install "Twisted" "${twisted}";
  
 export PYTHONPATH="${PYTHONPATH}:${twisted}";

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070201/cc248500/attachment.html


More information about the calendarserver-changes mailing list