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

Marcelo Cerri marcelo.cerri at canonical.com
Fri Apr 28 17:14:59 UTC 2017


Thanks. I had missed that.

On Fri, Apr 28, 2017 at 03:23:25PM +0800, Po-Hsu Lin (Sam) wrote:
> 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.

-- 
Regards,
Marcelo





More information about the kernel-team mailing list