[Mesa-dev] [PATCH 1/3] docs/releasing: Add complete command line to scripts

Ian Romanick idr at freedesktop.org
Mon May 21 17:59:35 UTC 2018


With the nits in patch 3 fixed, this series is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 05/21/2018 10:34 AM, Dylan Baker wrote:
> particularly that bugzilla_mesa and shortlog_mesa take an argument to
> pass directly to git.
> ---
>  docs/releasing.html | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/releasing.html b/docs/releasing.html
> index a022d0c484b..d69eba1136f 100644
> --- a/docs/releasing.html
> +++ b/docs/releasing.html
> @@ -547,8 +547,8 @@ Two scripts are available to help generate portions of the release notes:
>  </p>
>  
>  <pre>
> -	./bin/bugzilla_mesa.sh
> -	./bin/shortlog_mesa.sh
> +	./bin/bugzilla_mesa.sh $previous_release_point..$current_release_point
> +	./bin/shortlog_mesa.sh $previous_release_point..$current_release_point
>  </pre>
>  
>  <p>
> 



More information about the mesa-dev mailing list