ACK: [kteam-tools] Make maint-startnewrelease work with azure tree

Po-Hsu Lin (Sam) po-hsu.lin at canonical.com
Fri Apr 28 05:50:34 UTC 2017


On Fri, Apr 28, 2017 at 1:36 AM, Stefan Bader
<stefan.bader at canonical.com> wrote:
> From eb69e8475c1620cccfe971b57c6a2d9662647684 Mon Sep 17 00:00:00 2001
> From: Stefan Bader <stefan.bader at canonical.com>
> Date: Thu, 27 Apr 2017 19:34:20 +0200
> Subject: [PATCH] maint-startnewrelease: Support azure tags
>
> Azure is also using the "Ubuntu-azure-..." tag style. Add another
> handler for that.
>
> Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
> ---
>  maintscripts/maint-startnewrelease | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/maintscripts/maint-startnewrelease b/maintscripts/maint-startnewrelease
> index f66360f..38a8a51 100755
> --- a/maintscripts/maint-startnewrelease
> +++ b/maintscripts/maint-startnewrelease
> @@ -140,6 +140,8 @@ if os.path.isdir(os.path.join(debian_dir, "abi")):
>              v = "Ubuntu-aws-" + version
>          elif "-gke" in srcpkg:
>              v = "Ubuntu-gke-" + version
> +        elif "-azure" in srcpkg:
> +            v = "Ubuntu-azure-" + version
>          else:
>              v = "Ubuntu-" + version
>         print(cmd + " " + v)
> --
> 2.7.4
>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

Acked-by: Po-Hsu Lin <po-hsu.lin at canonical.com>




More information about the kernel-team mailing list