search for: a68631fff

Displaying 2 results from an estimated 2 matches for "a68631fff".

2019 Dec 16
0
[PATCH 2/2] build: switch embedded copy of ocaml-augeas
...for the Augeas library. These come from the ocaml-augeas -library L<http://git.annexia.org/?p=ocaml-augeas.git> - =item F<common/mlcustomize> Library code associated with C<virt-customize> but also used in other diff --git a/ocaml-dep.sh.in b/ocaml-dep.sh.in index 9de8497fd..a68631fff 100755 --- a/ocaml-dep.sh.in +++ b/ocaml-dep.sh.in @@ -33,7 +33,7 @@ set -e # directories must have unique names (eg. not ‘Utils’) else # dependencies don't get built right. include_dirs=" -common/mlaugeas +3rdparty/ocaml-augeas common/mlgettext common/mlpcre common/mlprogress -- 2....
2019 Dec 16
4
[PATCH 0/2] Move ocaml-augeas copy to libguestfs repo
ocaml-augeas is used only by virtlibguestfs, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): Bundle the ocaml-augeas library for use by libguestfs build: switch embedded copy of ocaml-augeas .gitignore | 1 + 3rdparty/ocaml-augeas/COPYING.LIB | 515