[F][linux-meta][PATCH 1/3] update-version: Fix tagging a variant.
Timo Aaltonen
tjaalton at ubuntu.com
Wed Jan 8 15:12:06 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 6df131e..295afc3 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-meta/Ubuntu/'`-
if [ "$#" -ne 1 ]; then
echo "Usage: $0 <linux-source-directory>" 1>&2
--
2.20.1
More information about the kernel-team
mailing list