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

Thadeu Lima de Souza Cascardo cascardo at canonical.com
Wed Dec 21 17:35:44 UTC 2016


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
-- 
2.9.3





More information about the kernel-team mailing list