summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorJulian Smith <julian.smith@artifex.com>2021-02-16 14:58:47 +0000
committerJulian Smith <julian.smith@artifex.com>2021-02-18 16:58:06 +0000
commit895c5bc12814d4106a106afaddea5dcdd2d0519d (patch)
tree62fc0ab7a3b3c0b6462cbbeca6c3e64587fb09fe /toolbin
parent2e06b811daafbc95487727f88b9ec7398a250963 (diff)
downloadghostpdl-895c5bc12814d4106a106afaddea5dcdd2d0519d.tar.gz
toolbin/localcluster/clusterpush.pl: fix exclude of extract binaries within ghostpdl.
The previous exclude arg only worked when extract directory was thirdparty/extract inside mupdf (typically a submodule). Also added exclusion of extract/test/generated/ to avoid locally-generated files being uploaded. Restored exclude of /src/build/ because needed for product=extract.
Diffstat (limited to 'toolbin')
-rwxr-xr-xtoolbin/localcluster/clusterpush.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolbin/localcluster/clusterpush.pl b/toolbin/localcluster/clusterpush.pl
index ca70d90e6..21c22e02e 100755
--- a/toolbin/localcluster/clusterpush.pl
+++ b/toolbin/localcluster/clusterpush.pl
@@ -245,7 +245,8 @@ my $cmd="rsync -avxcz ".
# Excludes for extract library.
" --exclude /src/build/".
-" --exclude /thirdparty/extract/src/build/".
+" --exclude extract/src/build/".
+" --exclude extract/test/generated/".
# " --exclude Makefile". We can't just exclude Makefile, since the MuPDF Makefile is not a derived file.
" -e \"$ssh\" ".