diff mbox

dtc: update source url

Message ID 1420964731-10432-1-git-send-email-fabio.porcedda@gmail.com
State Superseded
Headers show

Commit Message

Fabio Porcedda Jan. 11, 2015, 8:25 a.m. UTC
The url of the git repository is changed so use the updated one.

This fix the error:

fatal: unable to connect to git.jdl.com:
git.jdl.com[0: 208.123.73.151]: errno=Connection refused

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 package/dtc/dtc.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Yann E. MORIN Jan. 12, 2015, 10:54 p.m. UTC | #1
Fabio, All,

On 2015-01-11 09:25 +0100, Fabio Porcedda spake thusly:
> The url of the git repository is changed so use the updated one.
> 
> This fix the error:
> 
> fatal: unable to connect to git.jdl.com:
> git.jdl.com[0: 208.123.73.151]: errno=Connection refused

Yup, it is dead now... :-(

However, Peter S. has a current series handling the same issue, with
further enhancement to dtc:
    http://patchwork.ozlabs.org/patch/427484/  (fix URL)
    http://patchwork.ozlabs.org/patch/427483/  (bump)
    http://patchwork.ozlabs.org/patch/427485/  (host-dtc)
    http://patchwork.ozlabs.org/patch/427486/  (overlay support)

So, I've marked your patch as Superseded in PAtchwork (even though Peter
was asked to do some changes on his series. Care to have a look when he
respins? Thanks!

Peter, you may want to Cc Fabio on your next spin of the fix+bump parts.

Regards,
Yann E. MORIN.

> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> ---
>  package/dtc/dtc.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
> index 51b5b4e..ba1280e 100644
> --- a/package/dtc/dtc.mk
> +++ b/package/dtc/dtc.mk
> @@ -5,7 +5,8 @@
>  ################################################################################
>  
>  DTC_VERSION = v1.4.0
> -DTC_SITE = git://git.jdl.com/software/dtc.git
> +DTC_SITE = https://git.kernel.org/pub/scm/utils/dtc/dtc.git
> +DTC_SITE_METHOD = git
>  DTC_LICENSE = GPLv2+/BSD-2c
>  DTC_LICENSE_FILES = README.license GPL
>  DTC_INSTALL_STAGING = YES
> -- 
> 2.1.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Fabio Porcedda Jan. 13, 2015, 5:50 p.m. UTC | #2
On Mon, Jan 12, 2015 at 11:54 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Fabio, All,
>
> On 2015-01-11 09:25 +0100, Fabio Porcedda spake thusly:
>> The url of the git repository is changed so use the updated one.
>>
>> This fix the error:
>>
>> fatal: unable to connect to git.jdl.com:
>> git.jdl.com[0: 208.123.73.151]: errno=Connection refused
>
> Yup, it is dead now... :-(
>
> However, Peter S. has a current series handling the same issue, with
> further enhancement to dtc:
>     http://patchwork.ozlabs.org/patch/427484/  (fix URL)
>     http://patchwork.ozlabs.org/patch/427483/  (bump)
>     http://patchwork.ozlabs.org/patch/427485/  (host-dtc)
>     http://patchwork.ozlabs.org/patch/427486/  (overlay support)

I've missed that patch set, thanks for letting me know.

> So, I've marked your patch as Superseded in PAtchwork (even though Peter
> was asked to do some changes on his series. Care to have a look when he
> respins? Thanks!

Sure

BR
diff mbox

Patch

diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index 51b5b4e..ba1280e 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -5,7 +5,8 @@ 
 ################################################################################
 
 DTC_VERSION = v1.4.0
-DTC_SITE = git://git.jdl.com/software/dtc.git
+DTC_SITE = https://git.kernel.org/pub/scm/utils/dtc/dtc.git
+DTC_SITE_METHOD = git
 DTC_LICENSE = GPLv2+/BSD-2c
 DTC_LICENSE_FILES = README.license GPL
 DTC_INSTALL_STAGING = YES