On Tue, 11 Dec 2012, Alexandre Julliard wrote: > Francois Gouget <[email protected]> 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 <[email protected]>
