X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=c708223078ddba42b6bd854e3d297f1b0f2ebe8b;hb=9b311682ee639fc3399056b7b93ba9bd0140a639;hp=fd8bd47fa5b3845aa3ceb89efa79128c0ddb6273;hpb=4b474a524994c85339b5f50b5d8df734a8efae96;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index fd8bd47..c708223 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -35,9 +35,6 @@ let ignored = [ "ocaml-srpm-macros"; (* don't need to build this *) "ocaml"; (* rebuilt by hand *) "whenjobs"; (* obsolete *) - "libguestfs"; (* rebuilt by hand *) - "graphviz"; (* rebuilt by hand *) - "plplot"; (* already done *) ] let ignored pkg = List.mem pkg ignored @@ -269,16 +266,6 @@ and specfile_updated pkg = sh " cd %s - echo 'Please make further changes as required to the spec file %s.spec' - echo '(Press return key)' - read - emacs -nw %s - echo 'OK to commit this change? (press ^C if not)' - read fedpkg commit -c - echo 'OK to push this change? (press ^C if not)' - read fedpkg push " repodir - pkg - specfile