Re: [Ganglia-developers] gmetad-python installation/packaging

2008-06-12 Thread Bernard Li
Hi all: I just checked this into trunk: http://ganglia.svn.sourceforge.net/viewvc/ganglia?view=rev&revision=1409 Cheers, Bernard On Tue, Jun 10, 2008 at 7:02 PM, Bernard Li <[EMAIL PROTECTED]> wrote: > Hi guys: > > On Fri, Jun 6, 2008 at 12:08 PM, Bernard Li <[EMAIL PROTECTED]> wrote: > >> Wel

Re: [Ganglia-developers] gmetad-python installation/packaging

2008-06-10 Thread Bernard Li
Hi guys: On Fri, Jun 6, 2008 at 12:08 PM, Bernard Li <[EMAIL PROTECTED]> wrote: > Well I maintain the RPM spec file for Ganglia, so if there is a new > component, I would like to include it -- ditto for other packagers out > there (eg. .deb). > > How to integrate gmetad-python installation via `m

Re: [Ganglia-developers] gmetad-python installation/packaging

2008-06-06 Thread Bernard Li
Hi Kuba: On Fri, Jun 6, 2008 at 11:52 AM, Kuba Konczyk <[EMAIL PROTECTED]> wrote: > You can run 'python setup.py bdist_rpm' in gmetad-python directory to > build RPM package.Currently it fails and I can't figure out why ;( All right I will take a look at this. > I'm not sure if RPM should be a

Re: [Ganglia-developers] gmetad-python installation/packaging

2008-06-06 Thread Kuba Konczyk
2008/6/6 Bernard Li <[EMAIL PROTECTED]>: > Hi Kuba: Hi, > > On Fri, Jun 6, 2008 at 6:16 AM, Kuba Konczyk <[EMAIL PROTECTED]> wrote: > >> If you run the script, that's it.Script is only necessary for >> conversion and not for an actual build. >>>Then I am assuming that we just need to add the setup.

Re: [Ganglia-developers] gmetad-python installation/packaging

2008-06-06 Thread Bernard Li
Hi Kuba: On Fri, Jun 6, 2008 at 6:16 AM, Kuba Konczyk <[EMAIL PROTECTED]> wrote: > If you run the script, that's it.Script is only necessary for > conversion and not for an actual build. >>Then I am assuming that we just need to add the setup.py.in file and apply >>the >configure.in patch. Is t

Re: [Ganglia-developers] gmetad-python installation/packaging

2008-06-06 Thread Kuba Konczyk
I've forgot to send a copy of my reply to the list.Here it is. 2008/6/5 Brad Nicholes <[EMAIL PROTECTED]>: On 6/5/2008 at 4:16 AM, in message > <[EMAIL PROTECTED]>, "Kuba Konczyk" > <[EMAIL PROTECTED]> wrote: >> Hi Guys, >> >> I've modified gmetad-python to use a python packaging convention a

Re: [Ganglia-developers] gmetad-python installation/packaging

2008-06-05 Thread Brad Nicholes
>>> On 6/5/2008 at 4:16 AM, in message <[EMAIL PROTECTED]>, "Kuba Konczyk" <[EMAIL PROTECTED]> wrote: > Hi Guys, > > I've modified gmetad-python to use a python packaging convention and > also created python setuptools script. > The point is to be able to install gmetad-python using 'python > setu

Re: [Ganglia-developers] gmetad-python installation/packaging

2008-06-05 Thread Brad Nicholes
Thanks, build and install is one of the major "todo" items for gmetad-python. I will take a look at this and get it committed. There are also a number of other cleanup and testing items left to do. One of the major clean up items is to refactor the dataStore and Element classes so that t

[Ganglia-developers] gmetad-python installation/packaging

2008-06-05 Thread Kuba Konczyk
Hi Guys, I've modified gmetad-python to use a python packaging convention and also created python setuptools script. The point is to be able to install gmetad-python using 'python setup.py install' and with some more work use setuptools packaging capabilities (creating source package, RPM).Former