summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-09-13 10:44:37 +0000
committerArne Juul <arnej@yahooinc.com>2022-09-13 10:44:37 +0000
commitbdf5350fee8b954e528983ad07baf62abd6cdba0 (patch)
tree762bd4b1ff1b2db9f869a6c23a32091d68209d45 /vespaclient
parent5458085a984bddfbf283a2e94edb1a9efd845467 (diff)
switch to "go" version of cluster-state utilities
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/vespaclient/CMakeLists.txt b/vespaclient/CMakeLists.txt
index a427198a22c..86e30ab1051 100644
--- a/vespaclient/CMakeLists.txt
+++ b/vespaclient/CMakeLists.txt
@@ -18,10 +18,6 @@ vespa_define_module(
src/vespa/vespaclient/vesparoute
)
-vespa_install_script(src/sh/vespa-set-node-state vespa-set-node-state bin)
-vespa_install_script(src/sh/vespa-get-node-state vespa-get-node-state bin)
-vespa_install_script(src/sh/vespa-get-cluster-state vespa-get-cluster-state bin)
-
vespa_install_script(src/perl/bin/SetNodeState.pl libexec/vespa)
vespa_install_script(src/perl/bin/GetNodeState.pl libexec/vespa)
vespa_install_script(src/perl/bin/GetClusterState.pl libexec/vespa)