Re: [Libcg-devel] [RFC][PATCH] Add bindings for python

2011-01-10 Thread Balbir Singh
* Balbir Singh [2011-01-07 14:20:47]: > I think it is quite easy, build the whole thing and package it the > output as desired. We do that for fedora (see the .spec). One should > be able to do a selective build using cd src/bindings and running > make. > Would appreciate reviews, I think it sho

Re: [Libcg-devel] [RFC][PATCH] Add bindings for python

2011-01-07 Thread Balbir Singh
* torbenh [2011-01-06 16:03:23]: > On Thu, Jan 06, 2011 at 05:58:10PM +0530, Balbir Singh wrote: > > * torbenh [2011-01-06 12:13:00]: > > > > > On Thu, Jan 06, 2011 at 02:10:24PM +0530, Balbir Singh wrote: > > > > * Balbir Singh [2011-01-02 15:33:32]: > > > > > > > > > The added bindings depe

Re: [Libcg-devel] [RFC][PATCH] Add bindings for python

2011-01-06 Thread torbenh
On Thu, Jan 06, 2011 at 05:58:10PM +0530, Balbir Singh wrote: > * torbenh [2011-01-06 12:13:00]: > > > On Thu, Jan 06, 2011 at 02:10:24PM +0530, Balbir Singh wrote: > > > * Balbir Singh [2011-01-02 15:33:32]: > > > > > > > The added bindings depend on swig and hence are disabled by > > > > defa

Re: [Libcg-devel] [RFC][PATCH] Add bindings for python

2011-01-06 Thread Balbir Singh
* torbenh [2011-01-06 12:13:00]: > On Thu, Jan 06, 2011 at 02:10:24PM +0530, Balbir Singh wrote: > > * Balbir Singh [2011-01-02 15:33:32]: > > > > > The added bindings depend on swig and hence are disabled by > > > default. If you know what you are doing, enable the bindings > > > for python. T

Re: [Libcg-devel] [RFC][PATCH] Add bindings for python

2011-01-06 Thread torbenh
On Thu, Jan 06, 2011 at 02:10:24PM +0530, Balbir Singh wrote: > * Balbir Singh [2011-01-02 15:33:32]: > > > The added bindings depend on swig and hence are disabled by > > default. If you know what you are doing, enable the bindings > > for python. To test the bindings, ensure _libcgroup.so > > i

Re: [Libcg-devel] [RFC][PATCH] Add bindings for python

2011-01-06 Thread Balbir Singh
* Balbir Singh [2011-01-02 15:33:32]: > The added bindings depend on swig and hence are disabled by > default. If you know what you are doing, enable the bindings > for python. To test the bindings, ensure _libcgroup.so > is copied in the same directory as libcgroup.py. There after > libcgroup AP