diff mbox

[kernel-testing] hwe.py: hwe package update

Message ID 20170727101301.31308-1-po-hsu.lin@canonical.com
State New
Headers show

Commit Message

Po-Hsu Lin July 27, 2017, 10:13 a.m. UTC
Package linux-generic-hwe-16.04 now points to 4.10, the -edge package
will be pointing to Artful kernel.

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
---
 lib/hwe.py | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Kleber Sacilotto de Souza July 27, 2017, 10:20 a.m. UTC | #1
On 07/27/17 12:13, Po-Hsu Lin wrote:
> Package linux-generic-hwe-16.04 now points to 4.10, the -edge package
> will be pointing to Artful kernel.
> 
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>

> ---
>  lib/hwe.py | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/lib/hwe.py b/lib/hwe.py
> index 11a66d3..67cfef3 100644
> --- a/lib/hwe.py
> +++ b/lib/hwe.py
> @@ -41,6 +41,11 @@ HWE = {
>      },
>      'zesty' : {
>          'series' : 'xenial',
> +        'package' : 'linux-generic-hwe-16.04',
> +        'ppa' : True
> +    },
> +    'artful' : {
> +        'series' : 'xenial',
>          'package' : 'linux-generic-hwe-16.04-edge',
>          'ppa' : True
>      },
>
Andy Whitcroft July 27, 2017, 10:29 a.m. UTC | #2
On Thu, Jul 27, 2017 at 06:13:01PM +0800, Po-Hsu Lin wrote:
> Package linux-generic-hwe-16.04 now points to 4.10, the -edge package
> will be pointing to Artful kernel.
> 
> Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
> ---
>  lib/hwe.py | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/lib/hwe.py b/lib/hwe.py
> index 11a66d3..67cfef3 100644
> --- a/lib/hwe.py
> +++ b/lib/hwe.py
> @@ -41,6 +41,11 @@ HWE = {
>      },
>      'zesty' : {
>          'series' : 'xenial',
> +        'package' : 'linux-generic-hwe-16.04',
> +        'ppa' : True
> +    },
> +    'artful' : {
> +        'series' : 'xenial',
>          'package' : 'linux-generic-hwe-16.04-edge',
>          'ppa' : True
>      },

Follows the update for linux-hwe to be from zesty.

Acked-by: Andy Whitcroft <apw@canonical.com>

-apw
Andy Whitcroft July 27, 2017, 10:31 a.m. UTC | #3
Applied to master.

-apw
diff mbox

Patch

diff --git a/lib/hwe.py b/lib/hwe.py
index 11a66d3..67cfef3 100644
--- a/lib/hwe.py
+++ b/lib/hwe.py
@@ -41,6 +41,11 @@  HWE = {
     },
     'zesty' : {
         'series' : 'xenial',
+        'package' : 'linux-generic-hwe-16.04',
+        'ppa' : True
+    },
+    'artful' : {
+        'series' : 'xenial',
         'package' : 'linux-generic-hwe-16.04-edge',
         'ppa' : True
     },