[lxc-devel] [PATCH] python-lxc: Update for new calls

2013-02-11 Thread Stéphane Graber
Add the two new calls to the API and add the new container_path parameter to the constructor (optional). This also extends list_containers to support the config_path parameter. At this point none of the actual tools are changed to make use of those as we'll probably want to make sure all the tools

[lxc-devel] [PATCH] Update Lua API, make default_lxc_path const

2013-02-11 Thread Dwight Engen
Add [gs]et_config_path from API to Lua binding. Add additional optional parameter to container_new(). Add tests for these new Lua API bindings. Commit 2a59a681 changed the meaning of lxc_path_get() in the binding, causing lua script breakage. Reinstate original behavior of lxc_path_get() and rename

[lxc-devel] [PATCH] pass lxcpath to lxc_command

2013-02-11 Thread Serge Hallyn
The previous lxcpath patches added support for a custom LXCPATH set through a system-wide configuration file. This was also exposed through the C api, so that a custom lxcpath could be set at the container object instanciation time, or set at runtime. However the command sock filename was always

Re: [lxc-devel] [PATCH] Update Lua API, make default_lxc_path const

2013-02-11 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Add [gs]et_config_path from API to Lua binding. Add additional optional > parameter to container_new(). Add tests for these new Lua API bindings. > Commit 2a59a681 changed the meaning of lxc_path_get() in the binding, > causing lua script breakage.

Re: [lxc-devel] [PATCH] python-lxc: Update for new calls

2013-02-11 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Add the two new calls to the API and add the new container_path > parameter to the constructor (optional). > > This also extends list_containers to support the config_path parameter. > At this point none of the actual tools are changed to make use o

Re: [lxc-devel] [PATCH] Update Lua API, make default_lxc_path const

2013-02-11 Thread Dwight Engen
On Mon, 11 Feb 2013 15:17:52 -0600 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > Add [gs]et_config_path from API to Lua binding. Add additional > > optional parameter to container_new(). Add tests for these new Lua > > API bindings. Commit 2a59a681 changed the meaning

Re: [lxc-devel] [PATCH] pass lxcpath to lxc_command

2013-02-11 Thread Stéphane Graber
On 02/11/2013 03:43 PM, Serge Hallyn wrote: > > The previous lxcpath patches added support for a custom LXCPATH set > through a system-wide configuration file. > > This was also exposed through the C api, so that a custom lxcpath could > be set at the container object instanciation time, or set a

[lxc-devel] [PATCH v2] Update Lua API

2013-02-11 Thread Dwight Engen
Add [gs]et_config_path from API to Lua binding. Add additional optional parameter to container_new(). Add tests for these new Lua API bindings. Commit 2a59a681 changed the meaning of lxc_path_get() in the binding, causing lua script breakage. Reinstate original behavior of lxc_path_get() and rename

Re: [lxc-devel] [PATCH v2] Update Lua API

2013-02-11 Thread Stéphane Graber
On 02/11/2013 05:31 PM, Dwight Engen wrote: > Add [gs]et_config_path from API to Lua binding. Add additional optional > parameter to container_new(). Add tests for these new Lua API bindings. > Commit 2a59a681 changed the meaning of lxc_path_get() in the binding, > causing lua script breakage. Rein

Re: [lxc-devel] [PATCH v2] Update Lua API

2013-02-11 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Add [gs]et_config_path from API to Lua binding. Add additional optional > parameter to container_new(). Add tests for these new Lua API bindings. > Commit 2a59a681 changed the meaning of lxc_path_get() in the binding, Oh, I see, yeah I wasn't think

Re: [lxc-devel] [PATCH] pass lxcpath to lxc_command

2013-02-11 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > On 02/11/2013 03:43 PM, Serge Hallyn wrote: > > > > The previous lxcpath patches added support for a custom LXCPATH set > > through a system-wide configuration file. > > > > This was also exposed through the C api, so that a custom lxcpath could >

[lxc-devel] LXC 0.9~alpha3 pull request

2013-02-11 Thread Stéphane Graber
Hi Daniel, You'll find the 0.9.alpha3 pull request below. Based on what you did last time, the following should do the trick: - Review the pull request - Use "git pull --edit --no-ff --stat git://github.com/lxc/lxc.git", that should do a real merge, letting you do a proper Sign-off of the