Re: [Libguestfs] [PATCH 0/3] virt-builder: copy local files instead of using curl

2014-02-11 Thread Richard W.M. Jones
On Tue, Feb 11, 2014 at 01:09:34PM +0100, Pino Toscano wrote: > Hi, > > this patch serie does a small optimisation in virt-builder, i.e. make > its internal Downloader just copy files when the source is a local URI, > instead of spawn curl in this case too. I sort of wonder if it makes any differ

[Libguestfs] [PATCH 0/3] virt-builder: copy local files instead of using curl

2014-02-11 Thread Pino Toscano
Hi, this patch serie does a small optimisation in virt-builder, i.e. make its internal Downloader just copy files when the source is a local URI, instead of spawn curl in this case too. Pino Toscano (3): builder: isolate C libraries in an own OCAMLCLIBS builder: prepare for different per-pro