X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=7f0dcc8ecb36ef24d4c6bc0c3722503e30fe8719;hb=a20f9374cbb3c86cc3a8f908cad3f62dad61ef5c;hp=b2beaf2d4125a34f58c65be4d6d92cc00b721c37;hpb=8cae00a8520af703b4e843c5ffdff001b0f31f00;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index b2beaf2..7f0dcc8 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -14,7 +14,7 @@ let koji_target = "rawhide" (* 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.0 beta" +let rebuild_name = "ocaml-4.02.0-0.8.git10e45753.fc22" (* Local repository that contains build dependencies. *) let yum_repo = "koji-rawhide" @@ -31,7 +31,8 @@ let blocked = [ "ocaml-pa-do"; (* build failure, complex *) "ocaml-lwt"; (* build failure on 4.02.0 *) "ocaml-preludeml"; (* build failure *) - "cduce"; (* complex build failure *) + "cduce"; (* camlp4-related failure, discussed upstream *) + "frama-c"; (* build failure *) ] let blocked pkg = List.mem pkg blocked