From 895c5bc12814d4106a106afaddea5dcdd2d0519d Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Tue, 16 Feb 2021 14:58:47 +0000 Subject: 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. --- toolbin/localcluster/clusterpush.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolbin') 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\" ". -- cgit v1.2.1