search for: 3409782af

Displaying 2 results from an estimated 2 matches for "3409782af".

2019 Dec 16
0
[PATCH 2/2] build: switch embedded copy of ocaml-augeas
...Makefile.am | 6 +++--- configure.ac | 2 +- daemon/Makefile.am | 4 ++-- docs/guestfs-hacking.pod | 19 ++++++++++++++----- ocaml-dep.sh.in | 2 +- 6 files changed, 22 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 8dfd2895c..3409782af 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ Makefile.in /.sc-* +/3rdparty/ocaml-augeas/.depend /aclocal.m4 /align/stamp-virt-alignment-scan.pod /align/virt-alignment-scan diff --git a/Makefile.am b/Makefile.am index 65106369e..0c52806bd 100644 --- a/Makefile.am +++ b/Makefile...
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