diff mbox

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

Message ID 20161221173544.4595-1-cascardo@canonical.com
State New
Headers show

Commit Message

Thadeu Lima de Souza Cascardo Dec. 21, 2016, 5:35 p.m. UTC
For branch hwe-edge, prefix is Ubuntu-hwe-.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
---
 update-version | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King Dec. 21, 2016, 5:38 p.m. UTC | #1
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@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@canonical.com>
Luis Henriques Dec. 21, 2016, 5:44 p.m. UTC | #2
On Wed, Dec 21, 2016 at 03:35:44PM -0200, Thadeu Lima de Souza Cascardo wrote:
> For branch hwe-edge, prefix is Ubuntu-hwe-.
> 
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@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
> -- 
> 2.9.3
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

Cheers,
--
Luís
Luis Henriques Dec. 21, 2016, 6:15 p.m. UTC | #3
Applied to xenial-meta master branch.

Cheers,
--
Luís
diff mbox

Patch

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