qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 03/23] shippable: ignore SSL verification


From: Alex Bennée
Subject: Re: [Qemu-devel] [RFC PATCH 03/23] shippable: ignore SSL verification
Date: Mon, 08 May 2017 11:58:00 +0100
User-agent: mu4e 0.9.19; emacs 25.2.17

Philippe Mathieu-Daudé <address@hidden> writes:

> shippable logs:
> --------------
> git_sync
> - ssh-agent bash -c 'ssh-add /tmp/ssh/01_deploy; git clone 
> https://github.com/philmd/qemu.git /root/src/github.com/philmd/qemu'
> Identity added: /tmp/ssh/01_deploy (rsa w/o comment)
> Cloning into '/root/src/github.com/philmd/qemu'...
> fatal: unable to access 'https://github.com/philmd/qemu.git/': Problem with 
> the SSL CA cert (path? access rights?)
> retrying 1 of 3 times...

I've not seen this before but which git_sync stage is it. The host or
the container? If it is the container that probably just means we are
missing the CA Cert package.

>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
>  .shippable.yml | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/.shippable.yml b/.shippable.yml
> index 5170486ff9..b661e667b3 100644
> --- a/.shippable.yml
> +++ b/.shippable.yml
> @@ -2,6 +2,10 @@ language: c
>  env:
>    global:
>      - LC_ALL=C
> +    # sometimes Shippable fails to clone from github (git_sync stage):
> +    # "Problem with the SSL CA cert (path? access rights?)"
> +    # for now disable SSL verification.
> +    - GIT_SSL_NO_VERIFY=1
>    matrix:
>      - IMAGE=debian-armhf-cross
>        TARGET_LIST=arm-softmmu,arm-linux-user


--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]