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:
458a70d
)
Remove coq, camlp4 (+ downstream dependencies) from block list.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 6 Sep 2019 20:50:49 +0000
(21:50 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 6 Sep 2019 20:50:49 +0000
(21:50 +0100)
fedora_ocaml_rebuild.ml
patch
|
blob
|
history
diff --git
a/fedora_ocaml_rebuild.ml
b/fedora_ocaml_rebuild.ml
index
f3cd2fa
..
5a636ed
100644
(file)
--- a/
fedora_ocaml_rebuild.ml
+++ b/
fedora_ocaml_rebuild.ml
@@
-29,9
+29,7
@@
let yum_repo = "koji-rawhide"
* dependent packages.
*)
let blocked = [
- "ocaml-camlp4"; (* deprecated + all dependent packages *)
"ocaml-yojson"; (* jjames is looking at this *)
- "coq"; (* jjames is looking at this, see RHBZ#1735619 *)
]
let blocked pkg = List.mem pkg blocked