ACK: [kteam-tools][PATCH] maint-startnewrelease: add support for caracalla kernel
Colin Ian King
colin.king at canonical.com
Fri May 19 10:59:40 UTC 2017
On 19/05/17 11:54, Kleber Sacilotto de Souza wrote:
> Signed-off-by: Kleber Sacilotto de Souza <kleber.souza at canonical.com>
> ---
> maintscripts/maint-startnewrelease | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/maintscripts/maint-startnewrelease b/maintscripts/maint-startnewrelease
> index 38a8a51d..723f7e15 100755
> --- a/maintscripts/maint-startnewrelease
> +++ b/maintscripts/maint-startnewrelease
> @@ -142,6 +142,8 @@ if os.path.isdir(os.path.join(debian_dir, "abi")):
> v = "Ubuntu-gke-" + version
> elif "-azure" in srcpkg:
> v = "Ubuntu-azure-" + version
> + elif "-caracalla" in srcpkg:
> + v = "Ubuntu-caracalla-" + version
> else:
> v = "Ubuntu-" + version
> print(cmd + " " + v)
>
Seems very reasonable to me
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the kernel-team
mailing list