On 02.07.2012 [14:42:59 -0700], Vinson Lee wrote: > This was missed in 52dd0abe8d684c9a4f76e3b8e0d9e0d69338081f, where > grubby was updated from 8.13 to 8.15. > > Signed-off-by: Vinson Lee <v...@twitter.com>
Good catch, Acked-by: Nishanth Aravamudan <n...@us.ibm.com> I do wonder if it might not be better to somehow tie together server/autotest_remote.py with GRUBBY_REQ_VERSION = (8, 15) from client/tools/boottool? Perhaps that should actually be in a common location for all of autotest? Thanks, Nish > --- > server/autotest_remote.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/server/autotest_remote.py b/server/autotest_remote.py > index 375ab83..fbdd5c7 100644 > --- a/server/autotest_remote.py > +++ b/server/autotest_remote.py > @@ -172,7 +172,7 @@ class BaseAutotest(installable_object.InstallableObject): > if f not in dirs_to_exclude] > # needs updating when grubby version is changed > light_files.append(os.path.join(self.source_material, > - "deps/grubby/grubby-8.13.tar.bz2")) > + "deps/grubby/grubby-8.15.tar.bz2")) > host.send_file(light_files, autodir, delete_dest=True) > > profilers_autodir = os.path.join(autodir, 'profilers') > -- > 1.7.9.5 > > _______________________________________________ > Autotest mailing list > Autotest@test.kernel.org > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > -- Nishanth Aravamudan <n...@us.ibm.com> IBM Linux Technology Center _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest