----- Original Message -----
> This was missed in 52dd0abe8d684c9a4f76e3b8e0d9e0d69338081f, where
> grubby was updated from 8.13 to 8.15.
> 
> Signed-off-by: Vinson Lee <[email protected]>


NAK this patch.
Cleber already fixed this issue in upstream:next branch

----
commit 4a5a511a37e80200228eee64b5a406096d32052d
Author: Cleber Rosa <[email protected]>
Date:   Thu Jun 28 00:53:51 2012 -0300

    boottool: use glob to auto update grubby tarball shipped
    
    So that we don't have to manually update (or forget to do so) when
    the mininum required version changes.



> ---
>  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
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to