[Ovirt-devel] [PATCH node] Default OVIRT_CACHE_DIR to be in root autobuild directory

Mike Burns mburns at redhat.com
Tue Mar 30 16:20:56 UTC 2010


Please disregard, testing highlighted other issues.  I'll post another
patch shortly

Mike

On Tue, 2010-03-30 at 11:21 -0400, Mike Burns wrote:
> Previously was not getting set to anything resulting in cache
> being stored in ~/ovirt-cache.  For systems where multiple autobuilds
> are running, this can lead to issues with builds for one version
> getting rpms generated by another version.
> 
> Signed-off-by: Mike Burns <mburns at redhat.com>
> ---
>  autobuild.sh |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/autobuild.sh b/autobuild.sh
> index f2b581d..b3c7f82 100755
> --- a/autobuild.sh
> +++ b/autobuild.sh
> @@ -25,6 +25,8 @@ set -v
> 
>  test -f Makefile && make -k distclean || :
> 
> +OVIRT_CACHE_DIR=${AUTOBUILD_SOURCE_ROOT}/..
> +
>  ./autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT
>  make
>  make install





More information about the ovirt-devel mailing list