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
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
>
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
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
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
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
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
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
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.
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
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
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
12 matches
Mail list logo