On Mon, Dec 16, 2019 at 04:57:32PM +0100, Pino Toscano wrote:
ocaml-augeas is used only by virtlibguestfs, so move it to this
"by libguestfs"?
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
_______________________________________________
Libguestfs mailing list
Libguestfs(a)redhat.com
https://www.redhat.com/mailman/listinfo/libguestfs
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
Read my programming and virtualization blog:
http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html