ACK: [ACT][PATCH] ubuntu_futex: force upgrade ca-certificates

Marcelo Henrique Cerri marcelo.cerri at canonical.com
Thu Oct 7 11:47:22 UTC 2021


Acked-by: Marcelo Henrique Cerri <marcelo.cerri at 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 at 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 at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team

-- 
Regards,
Marcelo

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20211007/61c7a8d6/attachment.sig>


More information about the kernel-team mailing list