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

2016-08-30 Thread Rob Clark
thanks, pushed :-) BR, -R On Tue, Aug 30, 2016 at 4:16 PM, Eric Engestrom 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 ("d

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

2016-08-30 Thread Eric Engestrom
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 CC: Rob Clark Signed-off-by: Eric En