diff mbox

[kteam-tools] verify-release-ready: add -hwe and -hwe-edge to list of packages

Message ID 20170502112330.4339-1-kleber.souza@canonical.com
State New
Headers show

Commit Message

Kleber Sacilotto de Souza May 2, 2017, 11:23 a.m. UTC
Add linux-hwe, linux-hwe-edge and their -meta and -signed versions to
the lists of known package names.

Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
---
 maintscripts/verify-release-ready | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Comments

Stefan Bader May 2, 2017, 12:33 p.m. UTC | #1

Colin Ian King May 23, 2017, 8:25 a.m. UTC | #2
On 02/05/17 12:23, Kleber Sacilotto de Souza wrote:
> Add linux-hwe, linux-hwe-edge and their -meta and -signed versions to
> the lists of known package names.
> 
> Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
> ---
>  maintscripts/verify-release-ready | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 
> diff --git a/maintscripts/verify-release-ready b/maintscripts/verify-release-ready
> index 2439cbd8..58a0d34a 100755
> --- a/maintscripts/verify-release-ready
> +++ b/maintscripts/verify-release-ready
> @@ -509,7 +509,9 @@ class VerifyReleaseReady():
>              'linux-lts-xenial',
>              'linux-aws',
>              'linux-raspi2',
> -            'linux-snapdragon'
> +            'linux-snapdragon',
> +            'linux-hwe',
> +            'linux-hwe-edge'
>          ]
>  
>          non_kernel_packages = [
> @@ -527,6 +529,8 @@ class VerifyReleaseReady():
>              'linux-meta-lts-xenial',
>              'linux-meta-raspi2',
>              'linux-meta-snapdragon',
> +            'linux-meta-hwe',
> +            'linux-meta-hwe-edge',
>              'linux-signed-lts-raring',
>              'linux-signed-lts-quantal',
>              'linux-signed-lts-saucy',
> @@ -535,6 +539,8 @@ class VerifyReleaseReady():
>              'linux-signed-lts-vivid',
>              'linux-signed-lts-wily',
>              'linux-signed-lts-xenial',
> +            'linux-signed-hwe',
> +            'linux-signed-hwe-edge',
>              'linux-backports-modules-3.5.0',
>              'linux-backports-modules-3.2.0',
>              'linux-backports-modules-2.6.32',
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
Kleber Sacilotto de Souza May 23, 2017, 9:25 a.m. UTC | #3

diff mbox

Patch

diff --git a/maintscripts/verify-release-ready b/maintscripts/verify-release-ready
index 2439cbd8..58a0d34a 100755
--- a/maintscripts/verify-release-ready
+++ b/maintscripts/verify-release-ready
@@ -509,7 +509,9 @@  class VerifyReleaseReady():
             'linux-lts-xenial',
             'linux-aws',
             'linux-raspi2',
-            'linux-snapdragon'
+            'linux-snapdragon',
+            'linux-hwe',
+            'linux-hwe-edge'
         ]
 
         non_kernel_packages = [
@@ -527,6 +529,8 @@  class VerifyReleaseReady():
             'linux-meta-lts-xenial',
             'linux-meta-raspi2',
             'linux-meta-snapdragon',
+            'linux-meta-hwe',
+            'linux-meta-hwe-edge',
             'linux-signed-lts-raring',
             'linux-signed-lts-quantal',
             'linux-signed-lts-saucy',
@@ -535,6 +539,8 @@  class VerifyReleaseReady():
             'linux-signed-lts-vivid',
             'linux-signed-lts-wily',
             'linux-signed-lts-xenial',
+            'linux-signed-hwe',
+            'linux-signed-hwe-edge',
             'linux-backports-modules-3.5.0',
             'linux-backports-modules-3.2.0',
             'linux-backports-modules-2.6.32',