search for: e72c46709

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

2019 Dec 16
0
[PATCH 2/2] build: switch embedded copy of ocaml-augeas
...9;^(examples|gnulib|perl/(blib|examples)|po-docs|tests|test-data|3rdparty)/' | \ grep -v -E '/((guestfs|rc)_protocol\.c)$$' | \ grep -v -E '^python/utils\.c$$' | \ grep -v -E '^perl/lib/Sys/Guestfs\.c$$' | \ diff --git a/configure.ac b/configure.ac index 64f352323..e72c46709 100644 --- a/configure.ac +++ b/configure.ac @@ -213,6 +213,7 @@ AC_CONFIG_FILES([run], [chmod +x,-w run]) AC_CONFIG_FILES([Makefile + 3rdparty/ocaml-augeas/Makefile align/Makefile appliance/Makefile bash/Make...
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