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

Sean Feole sean.feole at canonical.com
Thu Oct 7 12:02:59 UTC 2021


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 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)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20211007/e47c2f0f/attachment.html>


More information about the kernel-team mailing list