Re: [libvirt] [PATCH 7/7] lxc: add augeas support for config file

2009-10-08 Thread Daniel Veillard
On Tue, Oct 06, 2009 at 01:10:29AM -0400, Amy Griffis wrote: Ryota Ozaki wrote: [Tue Oct 06 2009, 12:01:30AM EDT] On Mon, Oct 5, 2009 at 9:55 PM, Daniel P. Berrange berra...@redhat.com wrote: It'd be good to add to the check-local:  test here, so the config file parser is tested as part

Re: [libvirt] [PATCH 7/7] lxc: add augeas support for config file

2009-10-05 Thread Daniel P. Berrange
On Sun, Oct 04, 2009 at 03:29:26PM -0400, Amy Griffis wrote: I've attempted to add augeas support for lxc.conf based on qemu.conf. diff --git a/src/Makefile.am b/src/Makefile.am index 73bbb70..7e3abab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -35,6 +35,12 @@ mod_LTLIBRARIES =

Re: [libvirt] [PATCH 7/7] lxc: add augeas support for config file

2009-10-05 Thread Ryota Ozaki
On Mon, Oct 5, 2009 at 9:55 PM, Daniel P. Berrange berra...@redhat.com wrote: On Sun, Oct 04, 2009 at 03:29:26PM -0400, Amy Griffis wrote: I've attempted to add augeas support for lxc.conf based on qemu.conf. diff --git a/src/Makefile.am b/src/Makefile.am index 73bbb70..7e3abab 100644 ---

[libvirt] [PATCH 7/7] lxc: add augeas support for config file

2009-10-04 Thread Amy Griffis
I've attempted to add augeas support for lxc.conf based on qemu.conf. --- libvirt.spec.in | 10 ++ src/Makefile.am | 18 -- src/lxc/libvirtd_lxc.aug | 30 ++ src/lxc/test_libvirtd_lxc.aug | 31