get_reviewer.pl: fix mesa check
authorEric Engestrom <eric@engestrom.ch>
Tue, 30 Aug 2016 20:16:25 +0000 (21:16 +0100)
committerRob Clark <robdclark@gmail.com>
Tue, 30 Aug 2016 20:44:00 +0000 (16:44 -0400)
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@intel.com>
CC: Rob Clark <robclark@freedesktop.org>
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Rob Clark <robdclark@gmail.com>
scripts/get_reviewer.pl

index b08d1860ce3bec8d8e7261e97924eaac9d1a2562..62deb922800308906c02e78efce5fed3e4f489a9 100755 (executable)
@@ -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")) {