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] 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.

[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