[lxc-devel] [PATCH] doc: Update Japanese lxc-start(1)

2013-12-02 Thread KATOH Yasufumi
Update for commit 7faa7f52004943f339199bcbad1848cdf50d5f4c Signed-off-by: KATOH Yasufumi ka...@jazz.email.ne.jp --- doc/ja/lxc-start.sgml.in | 54 1 file changed, 54 insertions(+) diff --git a/doc/ja/lxc-start.sgml.in b/doc/ja/lxc-start.sgml.in

Re: [lxc-devel] [PATCH] Add LXC version information to version.h

2013-12-02 Thread Stéphane Graber
On Sun, Dec 01, 2013 at 11:14:17PM -0500, S.Çağlar Onur wrote: So that applications can get the LXC version number at compile time. This can be used to make applications/bindings that support compiling against multiple versions of LXC. So I guess that information would indeed be useful to

[lxc-devel] [lxc/lxc] 5ff337: ubuntu: Actually attempt to remove /dev/shm

2013-12-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 5ff337745e4a705293b056ab58f6ea7a92cabbc8 https://github.com/lxc/lxc/commit/5ff337745e4a705293b056ab58f6ea7a92cabbc8 Author: Stéphane Graber stgra...@ubuntu.com Date: 2013-12-02 (Mon, 02 Dec 2013) Changed

[lxc-devel] [lxc/lxc] 4a80bb: Initial push of a minimal nih-based dbus service

2013-12-02 Thread GitHub
Branch: refs/heads/nov29.1 Home: https://github.com/lxc/lxc Commit: 4a80bbc6aca5a5babb666136c6072d86b5540f95 https://github.com/lxc/lxc/commit/4a80bbc6aca5a5babb666136c6072d86b5540f95 Author: Stéphane Graber stgra...@ubuntu.com Date: 2013-11-28 (Thu, 28 Nov 2013) Changed

Re: [lxc-devel] [PATCH] Add LXC version information to version.h

2013-12-02 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): Hey Stéphane, On Mon, Dec 2, 2013 at 10:34 AM, Stéphane Graber stgra...@ubuntu.com wrote: On Sun, Dec 01, 2013 at 11:14:17PM -0500, S.Çağlar Onur wrote: So that applications can get the LXC version number at compile time. This can be used to

[lxc-devel] [lxc/lxc]

2013-12-02 Thread GitHub
Branch: refs/heads/nov29.1 Home: https://github.com/lxc/lxc -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects

[lxc-devel] [PATCH] Reduce public API

2013-12-02 Thread Stéphane Graber
This removes all but the following headers from our includes: - attach_options.h - lxccontainer.h - version.h This also removes the duplicate lxc_version function (lxc_get_version has been preferred for a while). lxclock.h is now considered private, the lxc_lock struct has therefore been

[lxc-devel] [PATCH 1/1] confile.c: clear entries if no value

2013-12-02 Thread Serge Hallyn
For list configuration entries like capabilities and cgroups entries, if there is a 'key =' value (i.e. lxc.cap.drop =) then clear any loaded entries. Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com --- src/lxc/conf.h| 1 + src/lxc/confile.c | 23 --- 2 files

Re: [lxc-devel] [PATCH 1/1] confile.c: clear entries if no value

2013-12-02 Thread Stéphane Graber
On Mon, Dec 02, 2013 at 01:24:10PM -0600, Serge Hallyn wrote: For list configuration entries like capabilities and cgroups entries, if there is a 'key =' value (i.e. lxc.cap.drop =) then clear any loaded entries. Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com Thanks for doing the work!

[lxc-devel] [lxc/lxc] 7d0eb8: confile.c: clear entries if no value

2013-12-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 7d0eb87eef59385d5f64a21daa70e34af201e6f7 https://github.com/lxc/lxc/commit/7d0eb87eef59385d5f64a21daa70e34af201e6f7 Author: Serge Hallyn serge.hal...@ubuntu.com Date: 2013-12-02 (Mon, 02 Dec 2013) Changed

Re: [lxc-devel] [PATCH] Reduce public API

2013-12-02 Thread Stéphane Graber
On Mon, Dec 02, 2013 at 01:31:21PM -0600, Serge Hallyn wrote: Quoting Stéphane Graber (stgra...@ubuntu.com): This removes all but the following headers from our includes: - attach_options.h - lxccontainer.h - version.h This also removes the duplicate lxc_version function

Re: [lxc-devel] [PATCH] Reduce public API

2013-12-02 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): On Mon, Dec 02, 2013 at 01:31:21PM -0600, Serge Hallyn wrote: Quoting Stéphane Graber (stgra...@ubuntu.com): This removes all but the following headers from our includes: - attach_options.h - lxccontainer.h - version.h This

[lxc-devel] [PATCH] Reduce public API (V2)

2013-12-02 Thread Stéphane Graber
This removes all but the following headers from our includes: - attach_options.h - lxccontainer.h - version.h This also removes the duplicate lxc_version function (lxc_get_version has been preferred for a while). lxclock.h is now considered private. As a result quite a lot of files needed

[lxc-devel] [lxc/lxc] f7365a: lxc-debian: Make timezone match the host

2013-12-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: f7365a247b7582f858fab6a92270c21e43973bf5 https://github.com/lxc/lxc/commit/f7365a247b7582f858fab6a92270c21e43973bf5 Author: funditus fundi...@mail.ru Date: 2013-12-02 (Mon, 02 Dec 2013) Changed paths: M

Re: [lxc-devel] [PATCH] Reduce public API (V2)

2013-12-02 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): This removes all but the following headers from our includes: - attach_options.h - lxccontainer.h - version.h This also removes the duplicate lxc_version function (lxc_get_version has been preferred for a while). lxclock.h is now

[lxc-devel] [lxc/lxc] a22185: Add LXC version information to version.h

2013-12-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: a22185ddda688aa284e6451c35fae3354139cb61 https://github.com/lxc/lxc/commit/a22185ddda688aa284e6451c35fae3354139cb61 Author: S.Çağlar Onur cag...@10ur.org Date: 2013-12-02 (Mon, 02 Dec 2013) Changed paths: