Re: [Mesa-dev] [PATCH mesa] docs: trivial html fix

2018-07-26 Thread Emil Velikov
On 26 July 2018 at 01:01, Jordan Justen  wrote:
> You might as well add something like ">" => "" to the subject.
>
Yes, please.

Reviewed-by: Emil Velikov 

Thanks
Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH mesa] docs: trivial html fix

2018-07-25 Thread Jordan Justen
You might as well add something like ">" => "" to the subject.

Reviewed-by: Jordan Justen 

On 2018-07-25 12:18:34, Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom 
> ---
>  docs/releasing.html | 8 
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/docs/releasing.html b/docs/releasing.html
> index a022d0c484bc0f635b61..69d8656e59d567033087 100644
> --- a/docs/releasing.html
> +++ b/docs/releasing.html
> @@ -492,10 +492,10 @@ Perform basic testing
> # Drop LLVM_CONFIG, if applicable:
> # unset LLVM_CONFIG
>  
> -   __glxinfo_cmd='glxinfo 2>1 | egrep -o 
> "Mesa.*|Gallium.*|.*dri\.so"'
> -   __glxgears_cmd='glxgears 2>1 | grep -v "configuration file"'
> -   __es2info_cmd='es2_info 2>1 | egrep 
> "GL_VERSION|GL_RENDERER|.*dri\.so"'
> -   __es2gears_cmd='es2gears_x11 2>1 | grep -v "configuration file"'
> +   __glxinfo_cmd='glxinfo 21 | egrep -o 
> "Mesa.*|Gallium.*|.*dri\.so"'
> +   __glxgears_cmd='glxgears 21 | grep -v "configuration file"'
> +   __es2info_cmd='es2_info 21 | egrep 
> "GL_VERSION|GL_RENDERER|.*dri\.so"'
> +   __es2gears_cmd='es2gears_x11 21 | grep -v "configuration 
> file"'
> test "x$LD_LIBRARY_PATH" != 'x'  __old_ld="$LD_LIBRARY_PATH"
> export LD_LIBRARY_PATH=`pwd`/test/usr/local/lib/:"${__old_ld}"
> export LIBGL_DRIVERS_PATH=`pwd`/test/usr/local/lib/dri/
> -- 
> Cheers,
>   Eric
> 
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH mesa] docs: trivial html fix

2018-07-25 Thread Eric Engestrom
Signed-off-by: Eric Engestrom 
---
 docs/releasing.html | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/releasing.html b/docs/releasing.html
index a022d0c484bc0f635b61..69d8656e59d567033087 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -492,10 +492,10 @@ Perform basic testing
# Drop LLVM_CONFIG, if applicable:
# unset LLVM_CONFIG
 
-   __glxinfo_cmd='glxinfo 2>1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"'
-   __glxgears_cmd='glxgears 2>1 | grep -v "configuration file"'
-   __es2info_cmd='es2_info 2>1 | egrep 
"GL_VERSION|GL_RENDERER|.*dri\.so"'
-   __es2gears_cmd='es2gears_x11 2>1 | grep -v "configuration file"'
+   __glxinfo_cmd='glxinfo 21 | egrep -o 
"Mesa.*|Gallium.*|.*dri\.so"'
+   __glxgears_cmd='glxgears 21 | grep -v "configuration file"'
+   __es2info_cmd='es2_info 21 | egrep 
"GL_VERSION|GL_RENDERER|.*dri\.so"'
+   __es2gears_cmd='es2gears_x11 21 | grep -v "configuration file"'
test "x$LD_LIBRARY_PATH" != 'x'  __old_ld="$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH=`pwd`/test/usr/local/lib/:"${__old_ld}"
export LIBGL_DRIVERS_PATH=`pwd`/test/usr/local/lib/dri/
-- 
Cheers,
  Eric

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev