NAK: [PATCH][kteam-tools] maint-startnewrelease: Support azure releases

Po-Hsu Lin (Sam) po-hsu.lin at canonical.com
Fri Apr 28 07:23:25 UTC 2017


On Fri, Apr 28, 2017 at 1:06 PM, Marcelo Henrique Cerri
<marcelo.cerri at canonical.com> wrote:
> Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri at canonical.com>
> ---
>  maintscripts/maint-startnewrelease | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/maintscripts/maint-startnewrelease b/maintscripts/maint-startnewrelease
> index f66360ff0f2e..38a8a51d6538 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

Hello Marcelo,

thanks for the patch, but Stefan has already made one for this.




More information about the kernel-team mailing list