open Fedora
let branch = "master"
-let side_tag = Some "f24-ocaml"
+let side_tag = Some "f27-ocaml"
let koji_target =
match side_tag with
(* The name of the rebuild, and also the magic substring that must
* appear in the %changelog when the package has been rebuilt.
*)
-let rebuild_name = "OCaml 4.02.3"
+let rebuild_name = "OCaml 4.04.1"
(* Local repository that contains build dependencies. *)
let yum_repo = "koji-rawhide"
* dependent packages.
*)
let blocked = [
- "ocaml-pa-do"; (* orphaned *)
- "ocaml-camlp5"; (* not updated to 4.02.3 yet *)
+ "brltty"; (* broken for non-OCaml reasons *)
]
let blocked pkg = List.mem pkg blocked
let ignored = [
"ocaml-srpm-macros"; (* don't need to build this *)
"ocaml"; (* rebuilt by hand *)
- "whenjobs"; (* obsolete *)
]
let ignored pkg = List.mem pkg ignored
let dirs = shlines "cd %s && ls -1d ocaml*" fedora_dir in
dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq";
"cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex";
- "js-of-ocaml"; "plplot"; "virt-top"; "why3"; "z3";
+ "plplot"; "virt-top"; "why3"; "z3";
"flocq" (* no OCaml code, but needs to be rebuilt after Coq *);
- "guestfs-browser"; "libguestfs";
- "virt-dmesg" ]
+ "guestfs-browser"; "libguestfs" ]
(* Dependencies of each package. (pkg, [deps ...]) *)
let pkg_deps = dependencies branch source_packages