ACK: [F][linux-meta][PATCH 1/3] update-version: Fix tagging a variant.
Andrea Righi
andrea.righi at canonical.com
Wed Jan 8 17:53:58 UTC 2020
On Wed, Jan 08, 2020 at 05:12:06PM +0200, Timo Aaltonen wrote:
> From: Timo Aaltonen <timo.aaltonen at canonical.com>
>
> Signed-off-by: Timo Aaltonen <timo.aaltonen at canonical.com>
Applied and tested with the unstable kernel.
Looks good to me.
Acked-by: Andrea Righi <andrea.righi 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
>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
More information about the kernel-team
mailing list