[F][linux-signed][PATCH 2/3] update-version: Fix tagging a variant.

Timo Aaltonen tjaalton at ubuntu.com
Wed Jan 8 15:12:07 UTC 2020


From: Timo Aaltonen <timo.aaltonen at canonical.com>

Signed-off-by: Timo Aaltonen <timo.aaltonen at canonical.com>
---
 update-version | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update-version b/update-version
index 674aa7d..63706fd 100755
--- a/update-version
+++ b/update-version
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag_prefix="Ubuntu-"
+tag_prefix=`dpkg-parsechangelog -S Source | sed 's/linux-signed/Ubuntu/'`-
 
 if [ "$#" -ne 1 ]; then
 	echo "Usage: $0 <linux-source-directory>" 1>&2
-- 
2.20.1




More information about the kernel-team mailing list