You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2004/05/05 22:04:40 UTC

Re: svn commit: r9630 - trunk/build

breser@tigris.org wrote:
> 
> Author: breser
> Date: Wed May  5 15:43:56 2004
> New Revision: 9630
> 
> Modified:
>    trunk/build/buildcheck.sh
> Log:
> Our tests should not try and enforce security updates.  Many vendors patch
> releases of packages rather than upgrade to the latest version.
> 
> * build/buildcheck.sh
>   Look for 0.24.4 of neon which is the latest known working version.
> 
> Modified: trunk/build/buildcheck.sh
> ==============================================================================
> --- trunk/build/buildcheck.sh   (original)
> +++ trunk/build/buildcheck.sh   Wed May  5 15:43:56 2004
> @@ -125,7 +125,7 @@
>  # check for the correct version of Neon
>  #
>  NEON_WANTED_REGEX=0.24.?
> -NEON_LATEST_WORKING_VER=0.24.5
> +NEON_LATEST_WORKING_VER=0.24.4

Ben,

This variable is used only if the neon version isn't new enough
and used in the warning message.

The NEON_WANTED_REGEX is what you would want to change, except
that it already does what you want, it requires any 0.24.x version:

NEON_WANTED_REGEX=0.24.?

So I think this change should be reverted and the latest neon
should be listed here so that that people that don't have neon
0.24.x installed at all will get the latest version.

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org