ocaml: Test rebuild of OCaml 4.07.0-beta2 into Fedora 29.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 26 Apr 2018 12:44:58 +0000 (13:44 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 26 Apr 2018 12:44:58 +0000 (13:44 +0100)
https://pagure.io/releng/issue/7463

fedora_ocaml_rebuild.ml

index 3c50f3a..7a81266 100644 (file)
@@ -9,18 +9,18 @@ open Git
 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"