[gs-cvs] rev 8830 - trunk/gs/toolbin

giles at ghostscript.com giles at ghostscript.com
Thu Jul 10 16:36:00 PDT 2008


Author: giles
Date: 2008-07-10 16:36:00 -0700 (Thu, 10 Jul 2008)
New Revision: 8830

Modified:
   trunk/gs/toolbin/clusterpush.sh
Log:
Add the so build directories to the clusterpush exclude list.


Modified: trunk/gs/toolbin/clusterpush.sh
===================================================================
--- trunk/gs/toolbin/clusterpush.sh	2008-07-10 23:35:56 UTC (rev 8829)
+++ trunk/gs/toolbin/clusterpush.sh	2008-07-10 23:36:00 UTC (rev 8830)
@@ -25,6 +25,7 @@
 rsync -avz \
   --exclude .svn --exclude .git \
   --exclude bin --exclude obj --exclude debugobj \
+  --exclude sobin --exclude soobj \
   --exclude main/obj --exclude main/debugobj \
   --exclude language_switch/obj --exclude language_switch/obj \
   --exclude xps/obj --exclude xps/debugobj \



More information about the gs-cvs mailing list