Skip to content

Commit a3d473b

Browse files
Christian Lindiglindig
authored andcommitted
CP-42182 remove rrd-cli, it's now in xcp-rrdd
Backport of xapi-project/xen-api#4908 Don't install the CLI tool from this repository and package becuase it is a library. The CLI implementation moved to xcp-rrdd. Signed-off-by: Christian Lindig <[email protected]>
1 parent ad810bd commit a3d473b

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

rrd/dune

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
(library
3131
(name xcp_rrd)
3232
(public_name xapi-idl.rrd)
33-
(modules (:standard \ data_source rrd_interface rrd_cli))
33+
(modules (:standard \ data_source rrd_interface))
3434
(flags (:standard -w -39))
3535
(libraries
3636
rpclib.core
@@ -42,21 +42,3 @@
4242
(wrapped false)
4343
(preprocess (pps ppx_deriving_rpc)))
4444

45-
(executable
46-
(name rrd_cli)
47-
; don't install, executable is in xcp-rrdd
48-
; (public_name rrd-cli)
49-
; (package xapi-idl)
50-
(modules rrd_cli)
51-
(libraries
52-
cmdliner
53-
rpclib.cmdliner
54-
rpclib.markdown
55-
xapi-idl.rrd
56-
))
57-
58-
(rule
59-
(alias runtest)
60-
(deps (:x rrd_cli.exe))
61-
(action (run %{x})))
62-

rrd/rrd_cli.ml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)