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

source_changes at macosforge.org source_changes at macosforge.org
Mon May 5 18:29:00 PDT 2014


Revision: 13447
          http://trac.calendarserver.org//changeset/13447
Author:   wsanchez at apple.com
Date:     2014-05-05 18:29:00 -0700 (Mon, 05 May 2014)
Log Message:
-----------
exclude some stuff

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

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2014-05-05 22:57:10 UTC (rev 13446)
+++ CalendarServer/trunk/support/submit	2014-05-06 01:29:00 UTC (rev 13447)
@@ -134,7 +134,13 @@
   echo "Copying ${src}...";
   ignores="$(mktemp -t CalendarServer_ignores)";
   svn st --no-ignore | sed -n -e 's|^I...... ||p' > "${ignores}";
-  rsync -av --exclude=".svn" --exclude-from="${ignores}" "${src}/" "${wc}";
+  rsync -av                      \
+    --exclude=".svn"             \
+    --exclude=".develop"         \
+    --exclude="subprojects"      \
+    --exclude-from="${ignores}"  \
+    "${src}/" "${wc}"            \
+    ;
   rm "${ignores}";
 else
   echo "";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140505/61efde40/attachment.html>


More information about the calendarserver-changes mailing list