From: Richard W.M. Jones Date: Thu, 26 Apr 2018 12:44:58 +0000 (+0100) Subject: ocaml: Test rebuild of OCaml 4.07.0-beta2 into Fedora 29. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=e4a14253a504dbf31a12f476dd344121ed16dc5c;p=goaljobs-goals.git ocaml: Test rebuild of OCaml 4.07.0-beta2 into Fedora 29. https://pagure.io/releng/issue/7463 --- diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 3c50f3a..7a81266 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -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"