summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorJulian Smith <jules@op59.net>2020-11-09 15:39:41 +0000
committerJulian Smith <jules@op59.net>2020-11-09 15:40:15 +0000
commit9a7452d624e9ef8f284869a2943b3751ecb6dbd6 (patch)
tree80c375047885fd523eebe6c003b4b4a7cbf1e610 /toolbin
parent5a3812294b479fbae21e7d0fa3e1c6e0887fe51e (diff)
downloadghostpdl-9a7452d624e9ef8f284869a2943b3751ecb6dbd6.tar.gz
toolbin/localcluster/clusterpush.pl: exclude extract's src/build.
Diffstat (limited to 'toolbin')
-rwxr-xr-xtoolbin/localcluster/clusterpush.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolbin/localcluster/clusterpush.pl b/toolbin/localcluster/clusterpush.pl
index 4fcc1372c..f4edcf7d4 100755
--- a/toolbin/localcluster/clusterpush.pl
+++ b/toolbin/localcluster/clusterpush.pl
@@ -241,6 +241,10 @@ my $cmd="rsync -avxcz ".
" --exclude /build/".
+# Excludes for extract library.
+" --exclude /src/build/".
+" --exclude /thirdparty/extract/src/build/".
+
# " --exclude Makefile". We can't just exclude Makefile, since the MuPDF Makefile is not a derived file.
" -e \"$ssh\" ".
" .".