From 335c5b244fa7c4d35b19310be0dc4b8f7e566961 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 16 Feb 2015 14:40:51 +0000 Subject: [PATCH] Ignore xen package at request of M.A.Young --- fedora_ocaml_rebuild.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index ea37a0a..c642972 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -41,7 +41,7 @@ let source_packages = let dirs = shlines "cd %s && ls -1d ocaml*" fedora_dir in dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq"; "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex"; - "js-of-ocaml"; "llvm"; "plplot"; "virt-top"; "why3"; "xen"; + "js-of-ocaml"; "llvm"; "plplot"; "virt-top"; "why3"; "flocq" (* no OCaml code, but needs to be rebuilt after Coq *); "guestfs-browser"; "virt-dmesg" ] -- 1.8.3.1