On 2016-08-03 11:40, Maxim Uvarov wrote:
> Signed-off-by: Maxim Uvarov <[email protected]>
> ---
>  scripts/git_hash.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/git_hash.sh b/scripts/git_hash.sh
> index 336eb01..83123f4 100755
> --- a/scripts/git_hash.sh
> +++ b/scripts/git_hash.sh
> @@ -7,7 +7,7 @@ fi
>  ROOTDIR=${1}
>  
>  if [ -d ${ROOTDIR}/.git ]; then
> -     hash=$(git --git-dir=${ROOTDIR}/.git describe --match 
> 'v[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*'\
> +     hash=$(git --git-dir=${ROOTDIR}/.git describe --match 
> 'v[0-9]*\.[0-9]*\.[0-9]*\.[0-9]*-monarch_lts'\

If we change the tag from v1.11.0.0-monarch_lts to v1.11.0.0_monarch_lts
we don't have to add release specific patches to specify the name.

Cheers,
Anders

Reply via email to