[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 Date: 2013-12-02 (Mon, 02 Dec 2013) Changed paths: M .gitignore

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] 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 Date: 2013-12-02 (Mon, 02 Dec 2013) Changed paths: M templates/lxc-debi

[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 add

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

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 functi

[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 Date: 2013-12-02 (Mon, 02 Dec 2013) Changed paths: M src/lxc/conf.h

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 Thanks for doing the work! Acked-by: Stéph

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

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] [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 --- src/lxc/conf.h| 1 + src/lxc/confile.c | 23 --- 2 files changed, 21 insertions(+), 3

[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 moved

[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

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 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 make appl

[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 Date: 2013-11-28 (Thu, 28 Nov 2013) Changed paths: A .gitignore

[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 Date: 2013-12-02 (Mon, 02 Dec 2013) Changed paths: M templates/l

Re: [lxc-devel] [PATCH] ubuntu: Actually attempt to remove /dev/shm

2013-12-02 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > templates/lxc-ubuntu-cloud.in | 3 ++- > templates/lxc-ubuntu.in | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/templates/lxc-ubuntu-cloud.in b

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

2013-12-02 Thread S . Çağlar Onur
Hey Stéphane, On Mon, Dec 2, 2013 at 10:34 AM, Stéphane Graber 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 make applications/bindings that support compiling against >> mul

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] a6daed: doc: Update Japanese lxc-start(1)

2013-12-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: a6daed42f7f50ebd0878628053eb975ddfe5b5d2 https://github.com/lxc/lxc/commit/a6daed42f7f50ebd0878628053eb975ddfe5b5d2 Author: KATOH Yasufumi Date: 2013-12-02 (Mon, 02 Dec 2013) Changed paths: M doc/ja/lxc-s

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

2013-12-02 Thread KATOH Yasufumi
Update for commit 7faa7f52004943f339199bcbad1848cdf50d5f4c Signed-off-by: KATOH Yasufumi --- 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 index aad220e..3cd0840 1