https://pagure.io/releng/issue/7463
open Fedora
let branch = "master"
-let side_tag = Some "f28-ocaml"
+let side_tag = Some "f29-ocaml"
(*let side_tag = None*)
let koji_target =
match side_tag with
| Some t -> t
- | None -> "f28-build"
+ | None -> "f29-build"
(* 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.06.0"
+let rebuild_name = "OCaml 4.07.0-beta2"
(* Local repository that contains build dependencies. *)
let yum_repo = "koji-rawhide"