summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-03-26 19:50:51 +0000
committerRobin Watts <Robin.Watts@artifex.com>2020-03-26 19:51:26 +0000
commitf3e37d28f6a76cb7cfc2a291aeb98b8f1c6ba178 (patch)
treeb9c4deba4552c9905f06cf3e69f8cc847f588bbc /toolbin
parent3df1313a6ef334d9c6da2fcd78347fb5eb7a3859 (diff)
downloadghostpdl-f3e37d28f6a76cb7cfc2a291aeb98b8f1c6ba178.tar.gz
Add murun to the list of products for clusterpush.pl
Diffstat (limited to 'toolbin')
-rwxr-xr-xtoolbin/localcluster/clusterpush.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolbin/localcluster/clusterpush.pl b/toolbin/localcluster/clusterpush.pl
index 33fe5b29d..1d3bfe31f 100755
--- a/toolbin/localcluster/clusterpush.pl
+++ b/toolbin/localcluster/clusterpush.pl
@@ -7,7 +7,7 @@ use Data::Dumper;
my $verbose=0;
-# bmpcmp usage: [gs] [pcl] [xps] [mupdf] [mujstest] [bmpcmp] [arm] [lowres] [highres] [32] [pdfwrite] [ps2write] [xpswrite] [nopdfwrite] [relaxtimeout] [extended] [smoke] [cull] [avx2] [$user] | abort
+# bmpcmp usage: [gs] [pcl] [xps] [mupdf] [mujstest] [murun] [bmpcmp] [arm] [lowres] [highres] [32] [pdfwrite] [ps2write] [xpswrite] [nopdfwrite] [relaxtimeout] [extended] [smoke] [cull] [avx2] [$user] | abort
@@ -22,7 +22,8 @@ my %products=('abort' =>1,
'gpdf'=>1,
'gpdl'=>1,
'mupdf'=>1,
- 'mujstest'=>1);
+ 'mujstest'=>1,
+ 'murun'=>1);
my $user;
my $product="";