[Libguestfs] [PATCH v11 02/10] daemon: Embed the ocaml-augeas library in the daemon.

Pino Toscano ptoscano at redhat.com
Tue Aug 8 16:57:33 UTC 2017


On Monday, 31 July 2017 17:40:51 CEST Richard W.M. Jones wrote:
> This commit embeds the ocaml-augeas library (upstream here:
> http://git.annexia.org/?p=ocaml-augeas.git;a=summary).  It's identical
> to the upstream version and should remain so.
> 
> We can work towards using system ocaml-augeas, when it's more widely
> available.
> ---
>  daemon/Makefile.am   |   3 +
>  daemon/augeas-c.c    | 288 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  daemon/augeas.README |   8 ++
>  daemon/augeas.ml     |  59 +++++++++++
>  daemon/augeas.mli    |  95 +++++++++++++++++
>  daemon/daemon-c.c    |   2 +
>  docs/C_SOURCE_FILES  |   1 +
>  7 files changed, 456 insertions(+)

Would it be possible to place it in a subdirectory? This way it's easier
to compare it with the upstream version, and maybe easily not built when
using a system version.

-- 
Pino Toscano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20170808/d00d9d17/attachment.sig>


More information about the Libguestfs mailing list