diff mbox series

snapcraft: update to use core20

Message ID 20210917143949.67084-1-colin.king@canonical.com
State Accepted
Headers show
Series snapcraft: update to use core20 | expand

Commit Message

Colin Ian King Sept. 17, 2021, 2:39 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Good to keep up to date with the fresh snap20 core rather than the
older core18. Update this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 snapcraft.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Alex Hung Sept. 17, 2021, 5:53 p.m. UTC | #1
On 2021-09-17 8:39 a.m., Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Good to keep up to date with the fresh snap20 core rather than the
> older core18. Update this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  snapcraft.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index f92d3b59..59b415f3 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -3,8 +3,10 @@ version: V21.08.00
>  summary: The Firmware Test Suite (FWTS)
>  description: This is a firmware test suite that performs sanity checks on system firmware. It is intended to identify BIOS and ACPI errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs.  It is primarily intended to be a Linux-centric firmware troubleshooting tool.
>  confinement: strict
> -base: core18
> +type: app
>  grade: stable
> +assumes: [snapd2.45]
> +base: core20
>  
>  architectures:
>      - build-on: s390x
> 


Acked-by: Alex Hung <alex.hung@canonical.com>
Ivan Hu Sept. 22, 2021, 6:47 a.m. UTC | #2
On 9/17/21 10:39 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Good to keep up to date with the fresh snap20 core rather than the
> older core18. Update this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  snapcraft.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index f92d3b59..59b415f3 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -3,8 +3,10 @@ version: V21.08.00
>  summary: The Firmware Test Suite (FWTS)
>  description: This is a firmware test suite that performs sanity checks on system firmware. It is intended to identify BIOS and ACPI errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs.  It is primarily intended to be a Linux-centric firmware troubleshooting tool.
>  confinement: strict
> -base: core18
> +type: app
>  grade: stable
> +assumes: [snapd2.45]
> +base: core20
>  
>  architectures:
>      - build-on: s390x
> 


Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

diff --git a/snapcraft.yaml b/snapcraft.yaml
index f92d3b59..59b415f3 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -3,8 +3,10 @@  version: V21.08.00
 summary: The Firmware Test Suite (FWTS)
 description: This is a firmware test suite that performs sanity checks on system firmware. It is intended to identify BIOS and ACPI errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs.  It is primarily intended to be a Linux-centric firmware troubleshooting tool.
 confinement: strict
-base: core18
+type: app
 grade: stable
+assumes: [snapd2.45]
+base: core20
 
 architectures:
     - build-on: s390x