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

Kleber Sacilotto de Souza kleber.souza at canonical.com
Tue May 2 11:23:30 UTC 2017


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 at 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',
-- 
2.11.0





More information about the kernel-team mailing list