diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2007-11-09 18:51:38 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2007-11-09 18:51:38 +0000 |
commit | bbaa551b8ae4c61a7001ea26a7136aa131325de1 (patch) | |
tree | e71c7bdab817cf055718f683f7654b8c6f2d3805 /tools | |
parent | 7d8abb54e2fc8cf4ee314b74e382b1335a58ca30 (diff) |
Add debugobj to the list of excluded directories when synchronizing with
the cluster.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2940 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/clusterpush.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/clusterpush.sh b/tools/clusterpush.sh index 900307ac3..1c2654691 100755 --- a/tools/clusterpush.sh +++ b/tools/clusterpush.sh @@ -13,6 +13,7 @@ fi echo "Pushing to $DEST/$TARGET on the cluster..." rsync -avz \ - --exclude .svn --exclude obj --exclude bin \ + --exclude .svn \ + --exclude bin --exclude obj --exclude debugobj \ --exclude ufst --exclude ufst-obj \ ./* $HOST:$DEST/$TARGET |