testbot: Fix the ConfigLocal.pl include path.

Francois Gouget fgouget at codeweavers.com
Tue Dec 11 09:53:30 CST 2012


On Tue, 11 Dec 2012, Alexandre Julliard wrote:

> Francois Gouget <fgouget at codeweavers.com> writes:
> 
> > @@ -88,12 +88,11 @@ $JobArchiveDays = 0;
> >  if (!$::BuildEnv)
> >  {
> >    $::BuildEnv = 0;
> > -  eval 'require "$::RootDir/ConfigLocal.pl";';
> > +  eval 'require "$::RootDir/lib/WineTestBot/ConfigLocal.pl"';
[...]
> I had changed it because we don't want to have local config files inside
> the git checkout.

I see. It's for when the bin, lib and web directories are replaced with 
symbolic links to directories belonging to another user. Here I had the 
configuration file in that other user's account so that WineTestBot 
could not modify it. But I'm fine with either way. I'll update the 
instructions.

-- 
Francois Gouget <fgouget at codeweavers.com>



More information about the wine-devel mailing list