File tree 5 files changed +70
-66
lines changed
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
+
1
6
0.9.7 (6-Jun-2014)
2
7
* Installation fix
3
8
Original file line number Diff line number Diff line change 1
1
OASISFormat: 0.3
2
2
Name: xcp-rrdd
3
- Version: 0.9.6
3
+ Version: 0.9.8
4
4
Synopsis: XenServer RRD daemon
5
5
Authors: John Else
6
6
License: LGPL-2.1 with OCaml linking exception
Original file line number Diff line number Diff line change 1
1
# OASIS_START
2
- # DO NOT EDIT (digest: e94292551f05d3a925cb29462211f7d5 )
3
- version = "0.9.6 "
2
+ # DO NOT EDIT (digest: 3b10d58cb30522afdbfced8dc804cb0e )
3
+ version = "0.9.8 "
4
4
description = "XenServer RRD daemon"
5
5
requires = "xcp stdext threads"
6
6
archive(byte) = "rrdd_libs.cma"
Original file line number Diff line number Diff line change 1
1
(* OASIS_START *)
2
- (* DO NOT EDIT (digest: 25c93ef47aaa61b67dd358e2d521f49d ) *)
2
+ (* DO NOT EDIT (digest: 1de39f4871ecc21e9dbd7596158996b4 ) *)
3
3
module OASISGettext = struct
4
4
(* # 22 "src/oasis/OASISGettext.ml" *)
5
5
@@ -39,10 +39,10 @@ module OASISExpr = struct
39
39
open OASISGettext
40
40
41
41
42
- type test = string
42
+ type test = string
43
43
44
44
45
- type flag = string
45
+ type flag = string
46
46
47
47
48
48
type t =
@@ -52,10 +52,10 @@ module OASISExpr = struct
52
52
| EOr of t * t
53
53
| EFlag of flag
54
54
| ETest of test * string
55
-
56
55
57
56
58
- type 'a choices = (t * 'a ) list
57
+
58
+ type 'a choices = (t * 'a ) list
59
59
60
60
61
61
let eval var_get t =
@@ -430,10 +430,10 @@ module MyOCamlbuildBase = struct
430
430
module OC = Ocamlbuild_pack. Ocaml_compiler
431
431
432
432
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
437
437
438
438
439
439
(* # 62 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
@@ -448,7 +448,7 @@ module MyOCamlbuildBase = struct
448
448
* directory.
449
449
*)
450
450
includes : (dir * dir list ) list ;
451
- }
451
+ }
452
452
453
453
454
454
let env_filename =
You can’t perform that action at this time.
0 commit comments