File tree Expand file tree Collapse file tree 5 files changed +70
-66
lines changed Expand file tree Collapse file tree 5 files changed +70
-66
lines changed Original file line number Diff line number Diff line change 1+ 0.9.8 (8-Oct-2014)
2+ * Don't install rrdd-libs, it's an internal library
3+ * Create I/O metrics from /dev/shm and sysfs
4+ * Add dependency on oclock
5+
160.9.7 (6-Jun-2014)
27* Installation fix
38
Original file line number Diff line number Diff line change 11OASISFormat: 0.3
22Name: xcp-rrdd
3- Version: 0.9.6
3+ Version: 0.9.8
44Synopsis: XenServer RRD daemon
55Authors: John Else
66License: LGPL-2.1 with OCaml linking exception
Original file line number Diff line number Diff line change 11# OASIS_START
2- # DO NOT EDIT (digest: e94292551f05d3a925cb29462211f7d5 )
3- version = "0.9.6 "
2+ # DO NOT EDIT (digest: 3b10d58cb30522afdbfced8dc804cb0e )
3+ version = "0.9.8 "
44description = "XenServer RRD daemon"
55requires = "xcp stdext threads"
66archive(byte) = "rrdd_libs.cma"
Original file line number Diff line number Diff line change 11(* OASIS_START *)
2- (* DO NOT EDIT (digest: 25c93ef47aaa61b67dd358e2d521f49d ) *)
2+ (* DO NOT EDIT (digest: 1de39f4871ecc21e9dbd7596158996b4 ) *)
33module OASISGettext = struct
44(* # 22 "src/oasis/OASISGettext.ml" *)
55
@@ -39,10 +39,10 @@ module OASISExpr = struct
3939 open OASISGettext
4040
4141
42- type test = string
42+ type test = string
4343
4444
45- type flag = string
45+ type flag = string
4646
4747
4848 type t =
@@ -52,10 +52,10 @@ module OASISExpr = struct
5252 | EOr of t * t
5353 | EFlag of flag
5454 | ETest of test * string
55-
5655
5756
58- type 'a choices = (t * 'a ) list
57+
58+ type 'a choices = (t * 'a ) list
5959
6060
6161 let eval var_get t =
@@ -430,10 +430,10 @@ module MyOCamlbuildBase = struct
430430 module OC = Ocamlbuild_pack. Ocaml_compiler
431431
432432
433- type dir = string
434- type file = string
435- type name = string
436- type tag = string
433+ type dir = string
434+ type file = string
435+ type name = string
436+ type tag = string
437437
438438
439439(* # 62 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
@@ -448,7 +448,7 @@ module MyOCamlbuildBase = struct
448448 * directory.
449449 *)
450450 includes : (dir * dir list ) list ;
451- }
451+ }
452452
453453
454454 let env_filename =
You can’t perform that action at this time.
0 commit comments