[U-Boot] [PATCH 3/8] travis-ci: Use a git URI for dtc.git
Heiko Schocher
hs at denx.de
Fri Oct 21 09:32:29 CEST 2016
Hello Tom,
Am 20.10.2016 um 21:26 schrieb Tom Rini:
> Currently we fail to fetch the dtc.git tree due to an SSL issue within
> the travis-ci environment. The easiest fix here is to switch to a git
> URI.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> .travis.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Heiko Schocher <hs at denx.de>
bye,
Heiko
>
> diff --git a/.travis.yml b/.travis.yml
> index 845f6cad9400..2f1d05d443f5 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -25,7 +25,7 @@ cache:
>
> install:
> # install latest device tree compiler
> - - git clone --depth=1 https://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc
> + - git clone --depth=1 git://git.kernel.org/pub/scm/utils/dtc/dtc.git /tmp/dtc
> - make -j4 -C /tmp/dtc
> # prepare buildman environment
> - export BUILDMAN_ROOT="root:"
>
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
More information about the U-Boot
mailing list