ACK: [meta-xenial][branch hwe-edge] UBUNTU: fix tag prefix in update-version

Colin Ian King colin.king at canonical.com
Wed Dec 21 17:38:41 UTC 2016


On 21/12/16 17:35, Thadeu Lima de Souza Cascardo wrote:
> For branch hwe-edge, prefix is Ubuntu-hwe-.
> 
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo at canonical.com>
> ---
>  update-version | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/update-version b/update-version
> index f8c8731..d05cad8 100755
> --- a/update-version
> +++ b/update-version
> @@ -1,6 +1,6 @@
>  #!/bin/bash
>  
> -tag_prefix="Ubuntu-"
> +tag_prefix="Ubuntu-hwe-"
>  
>  if [ "$#" -ne 1 ]; then
>  	echo "Usage: $0 <linux-source-directory>" 1>&2
> 
Looks sane to me. Thanks Thadeu

Acked-by: Colin Ian King <colin.king at canonical.com>




More information about the kernel-team mailing list