[Mesa-dev] [PATCH mesa 1/2] get_reviewer.pl: fix mesa check

Rob Clark robdclark at gmail.com
Tue Aug 30 20:45:13 UTC 2016


thanks, pushed :-)

BR,
-R

On Tue, Aug 30, 2016 at 4:16 PM, Eric Engestrom <eric at engestrom.ch> wrote:
> This script was broken for the last few days and I couldn't figure out why.
> Turns out it was checking for the existence of a file that got renamed,
> so rename it in here too.
>
> Fixes: f926cf5bd0ade3273b32 ("docs: Rename GL3.txt to features.txt")
> CC: Ian Romanick <ian.d.romanick at intel.com>
> CC: Rob Clark <robclark at freedesktop.org>
> Signed-off-by: Eric Engestrom <eric at engestrom.ch>
> ---
>  scripts/get_reviewer.pl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/get_reviewer.pl b/scripts/get_reviewer.pl
> index b08d186..62deb92 100755
> --- a/scripts/get_reviewer.pl
> +++ b/scripts/get_reviewer.pl
> @@ -865,7 +865,7 @@ sub top_of_mesa_tree {
>         $lk_path .= "/";
>      }
>      if (   (-f "${lk_path}docs/mesa.css")
> -       && (-f "${lk_path}docs/GL3.txt")
> +       && (-f "${lk_path}docs/features.txt")
>         && (-f "${lk_path}src/mesa/main/version.c")
>         && (-f "${lk_path}REVIEWERS")
>         && (-d "${lk_path}scripts")) {
> --
> Cheers,
>   Eric
>


More information about the mesa-dev mailing list