diff mbox

[U-Boot,3/8] travis-ci: Use a git URI for dtc.git

Message ID 1476991566-2989-4-git-send-email-trini@konsulko.com
State Accepted
Commit 4084c7fa6b8dc4968db9cfe4718832a2fbae7ebc
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Oct. 20, 2016, 7:26 p.m. UTC
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@konsulko.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Schocher Oct. 21, 2016, 7:32 a.m. UTC | #1
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@konsulko.com>
> ---
>   .travis.yml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Heiko Schocher <hs@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:"
>
Tom Rini Oct. 24, 2016, 3:23 p.m. UTC | #2
On Thu, Oct 20, 2016 at 03:26:01PM -0400, Tom Rini wrote:

> 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@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

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:"