APPLIED: [kteam-tools] maint-startnewrelease: Add euclid to derivative list
Stefan Bader
stefan.bader at canonical.com
Wed Dec 6 08:22:07 UTC 2017
On 05.12.2017 16:54, Stefan Bader wrote:
> Otherwise command will fail when working on linux-euclid trees.
>
> 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 51b0527..3d3f9b1 100755
> --- a/maintscripts/maint-startnewrelease
> +++ b/maintscripts/maint-startnewrelease
> @@ -154,6 +154,8 @@ if os.path.isdir(os.path.join(debian_dir, "abi")):
> v = "Ubuntu-kvm-" + version
> elif "-oem" in srcpkg:
> v = "Ubuntu-oem-" + version
> + elif "-euclid" in srcpkg:
> + v = "Ubuntu-euclid-" + version
> else:
> v = "Ubuntu-" + version
> print(cmd + " " + v)
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20171206/6a589f49/attachment.sig>
More information about the kernel-team
mailing list