git.annexia.org
/
goaljobs-goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f71b20
)
Fedora OCaml rebuild: More blocked and ignored packages.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 21 Jul 2014 15:46:02 +0000
(16:46 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 21 Jul 2014 15:46:02 +0000
(16:46 +0100)
fedora_ocaml_rebuild.ml
patch
|
blob
|
history
diff --git
a/fedora_ocaml_rebuild.ml
b/fedora_ocaml_rebuild.ml
index
09b74f2
..
a22d84b
100644
(file)
--- a/
fedora_ocaml_rebuild.ml
+++ b/
fedora_ocaml_rebuild.ml
@@
-32,6
+32,8
@@
let blocked = [
* also have to list all packages that depend on it.
*)
"ocaml-labltk"; (* BRed by: *) "ocaml-lablgl"; "ocaml-ocamlnet"; "planets";
+
+ "ocaml-camlp5"; (* not updated for 4.02.0 *)
]
let blocked pkg = List.mem pkg blocked
@@
-41,6
+43,7
@@
let ignored = [
"ocaml"; (* rebuilt by hand *)
"ocaml-findlib"; (* rebuilt by hand *)
"ocaml-lwt"; "ocaml-react"; (* loganjerry is handling *)
+ "ocaml-camlidl"; (* rebuilt by orionp *)
"whenjobs"; (* obsolete *)
]
let ignored pkg = List.mem pkg ignored