From e4a14253a504dbf31a12f476dd344121ed16dc5c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 26 Apr 2018 13:44:58 +0100 Subject: [PATCH] ocaml: Test rebuild of OCaml 4.07.0-beta2 into Fedora 29. https://pagure.io/releng/issue/7463 --- fedora_ocaml_rebuild.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 1.8.3.1