Hi Carlo:

On Tue, Mar 25, 2008 at 11:32 PM, Carlo Marcelo Arenas Belon
<[EMAIL PROTECTED]> wrote:

>  The following commit should be reverted, as it is not only incorrect
>  (confirmed that in either case the distribution tar is the same) but
>  is also confusing (the syntax doesn't use parenthesis) and if true
>  will be the indication of a bug that should be fixed (enable-python
>  is a known broken similar bug which will be addressed in the next
>  release cycle)
>
>  Carlo
>
>  Index: README.SVNusers
>  ===================================================================
>  --- README.SVNusers     (revision 1120)
>  +++ README.SVNusers     (revision 1121)
>  @@ -8,14 +8,16 @@
>
>   To build a distribution tarball, run:
>
>  -./configure
>  +./configure (--with-gmetad)
>   make dist-gzip
>
>   To prepare a distribution tree, run:
>
>  -./configure
>  +./configure (--with-gmetad)
>   make distdir
>
>  +(For full configure options, run ./configure --help)
>  +
>   To build RPMs after building the tarball:
>
>   rpmbuild -ta --target i686,noarch <tarball>
>

Not sure exactly what you mean here...  if you have issue with the
bracket, then let's take it out (but I assume anybody who is going to
check code out from SVN to understand that the bracket means this is
an optional argument).  When you are building the distribution
tarball/tree, you would want to enable gmetad otherwise the bits won't
be included, making the tarball pretty much useless for distribution
(what good is Ganglia without gmetad?)

Regards,

Bernard

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to