diff mbox series

[ACT] ubuntu_futex: force upgrade ca-certificates

Message ID 20211007114310.14272-1-dimitri.ledkov@canonical.com
State New
Headers show
Series [ACT] ubuntu_futex: force upgrade ca-certificates | expand

Commit Message

Dimitri John Ledkov Oct. 7, 2021, 11:43 a.m. UTC
At the moment ESM is not enabled and ESM upgrades are not
installed. New ca-certificates are required to access https git
repositories as used by ubuntu_futex. Add ca-certificates to
dependencies, such that ca-certificates is upgraded before running
this test case.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
---
 ubuntu_futex/ubuntu_futex.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marcelo Henrique Cerri Oct. 7, 2021, 11:47 a.m. UTC | #1
Acked-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>

On Thu, Oct 07, 2021 at 12:43:10PM +0100, Dimitri John Ledkov wrote:
> At the moment ESM is not enabled and ESM upgrades are not
> installed. New ca-certificates are required to access https git
> repositories as used by ubuntu_futex. Add ca-certificates to
> dependencies, such that ca-certificates is upgraded before running
> this test case.
> 
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
> ---
>  ubuntu_futex/ubuntu_futex.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ubuntu_futex/ubuntu_futex.py b/ubuntu_futex/ubuntu_futex.py
> index 00474c6c4e..dd2e6a0208 100644
> --- a/ubuntu_futex/ubuntu_futex.py
> +++ b/ubuntu_futex/ubuntu_futex.py
> @@ -18,7 +18,7 @@ class ubuntu_futex(test.test):
>              series = distro.codename()
>  
>          pkgs = [
> -            'build-essential', 'git',
> +            'build-essential', 'git', 'ca-certificates'
>          ]
>          gcc = 'gcc' if arch in ['ppc64le', 'aarch64', 's390x', 'riscv64'] else 'gcc-multilib'
>          pkgs.append(gcc)
> -- 
> 2.30.2
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Colin Ian King Oct. 7, 2021, 11:53 a.m. UTC | #2
On 07/10/2021 12:43, Dimitri John Ledkov wrote:
> At the moment ESM is not enabled and ESM upgrades are not
> installed. New ca-certificates are required to access https git
> repositories as used by ubuntu_futex. Add ca-certificates to
> dependencies, such that ca-certificates is upgraded before running
> this test case.
> 
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
> ---
>   ubuntu_futex/ubuntu_futex.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ubuntu_futex/ubuntu_futex.py b/ubuntu_futex/ubuntu_futex.py
> index 00474c6c4e..dd2e6a0208 100644
> --- a/ubuntu_futex/ubuntu_futex.py
> +++ b/ubuntu_futex/ubuntu_futex.py
> @@ -18,7 +18,7 @@ class ubuntu_futex(test.test):
>               series = distro.codename()
>   
>           pkgs = [
> -            'build-essential', 'git',
> +            'build-essential', 'git', 'ca-certificates'
>           ]
>           gcc = 'gcc' if arch in ['ppc64le', 'aarch64', 's390x', 'riscv64'] else 'gcc-multilib'
>           pkgs.append(gcc)
> 

Yup, makes sense. Thanks Dimitri

Acked-by: Colin Ian King <colin.king@canonical.com>
Sean Feole Oct. 7, 2021, 12:02 p.m. UTC | #3
Ack +1 , thanks,
Pushed to A-C-T

* db08f5bf (HEAD -> master, origin/master, origin/HEAD) ubuntu_futex: 
force upgrade ca-certificates

-sfeole

On 10/7/21 7:43 AM, Dimitri John Ledkov wrote:
> At the moment ESM is not enabled and ESM upgrades are not
> installed. New ca-certificates are required to access https git
> repositories as used by ubuntu_futex. Add ca-certificates to
> dependencies, such that ca-certificates is upgraded before running
> this test case.
>
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
> ---
>   ubuntu_futex/ubuntu_futex.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ubuntu_futex/ubuntu_futex.py b/ubuntu_futex/ubuntu_futex.py
> index 00474c6c4e..dd2e6a0208 100644
> --- a/ubuntu_futex/ubuntu_futex.py
> +++ b/ubuntu_futex/ubuntu_futex.py
> @@ -18,7 +18,7 @@ class ubuntu_futex(test.test):
>               series = distro.codename()
>   
>           pkgs = [
> -            'build-essential', 'git',
> +            'build-essential', 'git', 'ca-certificates'
>           ]
>           gcc = 'gcc' if arch in ['ppc64le', 'aarch64', 's390x', 'riscv64'] else 'gcc-multilib'
>           pkgs.append(gcc)
diff mbox series

Patch

diff --git a/ubuntu_futex/ubuntu_futex.py b/ubuntu_futex/ubuntu_futex.py
index 00474c6c4e..dd2e6a0208 100644
--- a/ubuntu_futex/ubuntu_futex.py
+++ b/ubuntu_futex/ubuntu_futex.py
@@ -18,7 +18,7 @@  class ubuntu_futex(test.test):
             series = distro.codename()
 
         pkgs = [
-            'build-essential', 'git',
+            'build-essential', 'git', 'ca-certificates'
         ]
         gcc = 'gcc' if arch in ['ppc64le', 'aarch64', 's390x', 'riscv64'] else 'gcc-multilib'
         pkgs.append(gcc)