On Wed, Nov 11, 2009 at 7:02 PM, John Admanski <jadmanski@xxxxxxxxxx> wrote: > Okay. I mailed out a patch to do this. If this is causing problems you > can do a quick review and commit it. Reviewed and commited. Thanks John! > -- John > > On Wed, Nov 11, 2009 at 7:54 AM, John Admanski <jadmanski@xxxxxxxxxx> wrote: >> I'm going to mail out a patch later this afternoon that just strips >> out job.libdir entirely. >> >> -- John >> >> On Wed, Nov 11, 2009 at 7:35 AM, John Admanski <jadmanski@xxxxxxxxxx> wrote: >>> Maybe instead we should just drop libdir entirely. I don't see >>> anything that uses it. And if I was going to use that name, I can >>> think of more interesting things to do with it than to point it at the >>> common lib. >>> >>> -- John >>> >>> On Wed, Nov 11, 2009 at 3:30 AM, Lucas Meneghel Rodrigues >>> <lmr@xxxxxxxxxx> wrote: >>>> When checking for various client specific libraries, >>>> job code tries to reference client/lib directory, which >>>> does not exist. Fix the code to point at client/common_lib. >>>> >>>> This patch fixes autoserv and autotest regressions as of latest svn revision (3938). >>>> >>>> Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> >>>> --- >>>> client/common_lib/base_job.py | 2 +- >>>> 1 files changed, 1 insertions(+), 1 deletions(-) >>>> >>>> diff --git a/client/common_lib/base_job.py b/client/common_lib/base_job.py >>>> index 4ac65bc..50c925e 100644 >>>> --- a/client/common_lib/base_job.py >>>> +++ b/client/common_lib/base_job.py >>>> @@ -266,7 +266,7 @@ class base_job(object): >>>> >>>> # various client-specific directories >>>> self._bindir = readonly_dir(self.clientdir, 'bin') >>>> - self._libdir = readonly_dir(self.clientdir, 'lib') >>>> + self._libdir = readonly_dir(self.clientdir, 'common_lib') >>>> self._configdir = readonly_dir(self.clientdir, 'config') >>>> self._profdir = readonly_dir(self.clientdir, 'profilers') >>>> self._pkgdir = readwrite_dir(self.clientdir, 'packages') >>>> -- >>>> 1.6.2.5 >>>> >>>> _______________________________________________ >>>> Autotest mailing list >>>> Autotest@xxxxxxxxxxxxxxx >>>> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest >>>> >>> >> > _______________________________________________ > Autotest mailing list > Autotest@xxxxxxxxxxxxxxx > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > -- Lucas -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html