summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorJulian Smith <jules@op59.net>2020-05-25 12:50:32 +0100
committerJulian Smith <jules@op59.net>2020-06-18 13:03:00 +0100
commit74d47eada1e07862c3af7bbb214edd6cf94e0164 (patch)
treee8191daeeb664e2bbeef67896d474bdfdea50c39 /toolbin
parente29a4c0affe3e7b66ff19d70e0d2abbc1e7fdf21 (diff)
downloadghostpdl-74d47eada1e07862c3af7bbb214edd6cf94e0164.tar.gz
In clusterpush, exclude sodebugobj and /build.
Diffstat (limited to 'toolbin')
-rwxr-xr-xtoolbin/localcluster/clusterpush.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/toolbin/localcluster/clusterpush.pl b/toolbin/localcluster/clusterpush.pl
index 07eb21c17..e4db53314 100755
--- a/toolbin/localcluster/clusterpush.pl
+++ b/toolbin/localcluster/clusterpush.pl
@@ -209,7 +209,7 @@ my $cmd="rsync -avxcz ".
" --exclude membin --exclude memobj --exclude membin64 --exclude memobj64".
" --exclude profbin --exclude profobj --exclude profbin64 --exclude profobj64".
" --exclude sanbin --exclude sanobj --exclude sanbin64 --exclude sanobj64".
-" --exclude sobin --exclude soobj --exclude debugbin".
+" --exclude sobin --exclude soobj --exclude debugbin --exclude sodebugbin --exclude sodebugobj".
" --exclude ufst --exclude ufst-obj --exclude ufst-debugobj".
" --exclude '*-bin' --exclude '*-obj'".
" --exclude config.log --exclude .png".
@@ -226,6 +226,8 @@ my $cmd="rsync -avxcz ".
" --exclude include/html".
" --exclude include/latex".
+" --exclude /build/".
+
# " --exclude Makefile". We can't just exclude Makefile, since the MuPDF Makefile is not a derived file.
" -e \"$ssh\" ".
" .".