diff mbox series

[F,linux-restricted-modules,3/3] update-version: Fix tagging a variant.

Message ID 20200108151208.27354-3-tjaalton@ubuntu.com
State New
Headers show
Series [F,linux-meta,1/3] update-version: Fix tagging a variant. | expand

Commit Message

Timo Aaltonen Jan. 8, 2020, 3:12 p.m. UTC
From: Timo Aaltonen <timo.aaltonen@canonical.com>

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

Patch

diff --git a/update-version b/update-version
index 707219f..94a6908 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-restricted-modules/Ubuntu/'`-
 
 commit=:
 if [ "$1" = "--commit" ]; then