[CalendarServer-changes] [6064] CalendarServer/trunk/support/submit

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 11 16:16:02 PDT 2010


Revision: 6064
          http://trac.macosforge.org/projects/calendarserver/changeset/6064
Author:   wsanchez at apple.com
Date:     2010-08-11 16:16:01 -0700 (Wed, 11 Aug 2010)
Log Message:
-----------
Exclude build products when copying sources.

Modified Paths:
--------------
    CalendarServer/trunk/support/submit

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2010-08-11 22:58:57 UTC (rev 6063)
+++ CalendarServer/trunk/support/submit	2010-08-11 23:16:01 UTC (rev 6064)
@@ -128,7 +128,7 @@
   echo "Copying ${src}...";
   ignores="$(mktemp -t CalendarServer_ignores)";
   svn st --no-ignore | sed -n -e 's|^I......||p' > "${ignores}";
-  rsync -av --exclude=".svn" --exclude="_trial_temp" --exclude-from="${ignores}" "${src}/" "${wc}";
+  rsync -av --exclude=".svn" --exclude="_trial_temp" --exclude="*.pyc" --exclude="*.so" --exclude-from="${ignores}" "${src}/" "${wc}";
   rm "${ignores}";
 else
   echo "";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100811/ab61339d/attachment.html>


More information about the calendarserver-changes mailing list