[Libguestfs] [PATCH 0/2] Move ocaml-augeas copy to libguestfs repo

Pino Toscano ptoscano at redhat.com
Mon Dec 16 15:57:32 UTC 2019


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 +++++++++++++++++++++++++
 3rdparty/ocaml-augeas/Makefile.am   |  82 ++++
 3rdparty/ocaml-augeas/augeas-c.c    | 579 ++++++++++++++++++++++++++++
 3rdparty/ocaml-augeas/augeas.README |   8 +
 3rdparty/ocaml-augeas/augeas.ml     |  99 +++++
 3rdparty/ocaml-augeas/augeas.mli    | 164 ++++++++
 Makefile.am                         |   6 +-
 configure.ac                        |   2 +-
 daemon/Makefile.am                  |   4 +-
 docs/guestfs-hacking.pod            |  19 +-
 ocaml-dep.sh.in                     |   2 +-
 12 files changed, 1469 insertions(+), 12 deletions(-)
 create mode 100644 3rdparty/ocaml-augeas/COPYING.LIB
 create mode 100644 3rdparty/ocaml-augeas/Makefile.am
 create mode 100644 3rdparty/ocaml-augeas/augeas-c.c
 create mode 100644 3rdparty/ocaml-augeas/augeas.README
 create mode 100644 3rdparty/ocaml-augeas/augeas.ml
 create mode 100644 3rdparty/ocaml-augeas/augeas.mli

-- 
2.23.0




More information about the Libguestfs mailing list