* Re: MOVED TO GITHUB: Linux-CAN user space source repositories
2015-03-05 19:06 ` MOVED TO GITHUB: Linux-CAN user space source repositories Oliver Hartkopp
@ 2015-03-06 7:41 ` Robert Schwebel
2015-03-06 7:56 ` Marc Kleine-Budde
` (2 subsequent siblings)
3 siblings, 0 replies; 13+ messages in thread
From: Robert Schwebel @ 2015-03-06 7:41 UTC (permalink / raw)
To: Oliver Hartkopp; +Cc: linux-can@vger.kernel.org
On Thu, Mar 05, 2015 at 08:06:27PM +0100, Oliver Hartkopp wrote:
> You can now find the Linux-CAN repositories at:
>
> https://github.com/linux-can/
This is a good move.
> Firmware for supported CAN adapters
> https://github.com/linux-can/can-firmware/
The softing firmware in this package is lacking a license. Is it even
allowed to distribute it? If yes, the linux-firmware repository would be
a good place for it.
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: MOVED TO GITHUB: Linux-CAN user space source repositories
2015-03-05 19:06 ` MOVED TO GITHUB: Linux-CAN user space source repositories Oliver Hartkopp
2015-03-06 7:41 ` Robert Schwebel
@ 2015-03-06 7:56 ` Marc Kleine-Budde
2015-03-06 8:03 ` Marc Kleine-Budde
2015-03-20 10:03 ` Laurent Vaudoit
3 siblings, 0 replies; 13+ messages in thread
From: Marc Kleine-Budde @ 2015-03-06 7:56 UTC (permalink / raw)
To: Oliver Hartkopp, linux-can@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 885 bytes --]
On 03/05/2015 08:06 PM, Oliver Hartkopp wrote:
> As Gitorious is to be acquired by GitLab and gitorious.org will shut down at
> end of May the Linux-CAN / SocketCAN git repositories have to be moved away
> from https://gitorious.org/linux-can/
>
> As many of you already have a GitHub account Marc and I agreed on following
> Yegors suggestion to move the Linux-CAN / SocketCAN repos to GitHub.
>
> You can now find the Linux-CAN repositories at:
>
> https://github.com/linux-can/
Thanks Oliver for the work of setting up the linux-can Repo, it works
out of the box for me! \o/
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: MOVED TO GITHUB: Linux-CAN user space source repositories
2015-03-05 19:06 ` MOVED TO GITHUB: Linux-CAN user space source repositories Oliver Hartkopp
2015-03-06 7:41 ` Robert Schwebel
2015-03-06 7:56 ` Marc Kleine-Budde
@ 2015-03-06 8:03 ` Marc Kleine-Budde
2015-03-06 11:33 ` Oliver Hartkopp
2015-03-20 10:03 ` Laurent Vaudoit
3 siblings, 1 reply; 13+ messages in thread
From: Marc Kleine-Budde @ 2015-03-06 8:03 UTC (permalink / raw)
To: Oliver Hartkopp, linux-can@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 975 bytes --]
On 03/05/2015 08:06 PM, Oliver Hartkopp wrote:
> As Gitorious is to be acquired by GitLab and gitorious.org will shut down at
> end of May the Linux-CAN / SocketCAN git repositories have to be moved away
> from https://gitorious.org/linux-can/
>
> As many of you already have a GitHub account Marc and I agreed on following
> Yegors suggestion to move the Linux-CAN / SocketCAN repos to GitHub.
>
> You can now find the Linux-CAN repositories at:
>
> https://github.com/linux-can/
I'll prepare a patch for MAINTAINERS. While there I want to add myself
as a maintainer for the networking layer aswell, so that I'll be on Cc
when get_maintainer.pl is used. Objections?
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: MOVED TO GITHUB: Linux-CAN user space source repositories
2015-03-06 8:03 ` Marc Kleine-Budde
@ 2015-03-06 11:33 ` Oliver Hartkopp
2015-03-06 13:48 ` Marc Kleine-Budde
0 siblings, 1 reply; 13+ messages in thread
From: Oliver Hartkopp @ 2015-03-06 11:33 UTC (permalink / raw)
To: Marc Kleine-Budde, linux-can@vger.kernel.org
On 06.03.2015 09:03, Marc Kleine-Budde wrote:
> On 03/05/2015 08:06 PM, Oliver Hartkopp wrote:
>> As Gitorious is to be acquired by GitLab and gitorious.org will shut down at
>> end of May the Linux-CAN / SocketCAN git repositories have to be moved away
>> from https://gitorious.org/linux-can/
>>
>> As many of you already have a GitHub account Marc and I agreed on following
>> Yegors suggestion to move the Linux-CAN / SocketCAN repos to GitHub.
>>
>> You can now find the Linux-CAN repositories at:
>>
>> https://github.com/linux-can/
>
> I'll prepare a patch for MAINTAINERS. While there I want to add myself
> as a maintainer for the networking layer aswell, so that I'll be on Cc
> when get_maintainer.pl is used. Objections?
No, that's fine to me.
It's a better feeling when going on holiday anyway :-)
Regards,
Oliver
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: MOVED TO GITHUB: Linux-CAN user space source repositories
2015-03-06 11:33 ` Oliver Hartkopp
@ 2015-03-06 13:48 ` Marc Kleine-Budde
2015-03-06 15:04 ` Oliver Hartkopp
0 siblings, 1 reply; 13+ messages in thread
From: Marc Kleine-Budde @ 2015-03-06 13:48 UTC (permalink / raw)
To: Oliver Hartkopp, linux-can@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]
On 03/06/2015 12:33 PM, Oliver Hartkopp wrote:
>
>
> On 06.03.2015 09:03, Marc Kleine-Budde wrote:
>> On 03/05/2015 08:06 PM, Oliver Hartkopp wrote:
>>> As Gitorious is to be acquired by GitLab and gitorious.org will shut down at
>>> end of May the Linux-CAN / SocketCAN git repositories have to be moved away
>>> from https://gitorious.org/linux-can/
>>>
>>> As many of you already have a GitHub account Marc and I agreed on following
>>> Yegors suggestion to move the Linux-CAN / SocketCAN repos to GitHub.
>>>
>>> You can now find the Linux-CAN repositories at:
>>>
>>> https://github.com/linux-can/
>>
>> I'll prepare a patch for MAINTAINERS. While there I want to add myself
>> as a maintainer for the networking layer aswell, so that I'll be on Cc
>> when get_maintainer.pl is used. Objections?
>
> No, that's fine to me.
>
> It's a better feeling when going on holiday anyway :-)
Is this an Acked-by?
Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: MOVED TO GITHUB: Linux-CAN user space source repositories
2015-03-06 13:48 ` Marc Kleine-Budde
@ 2015-03-06 15:04 ` Oliver Hartkopp
0 siblings, 0 replies; 13+ messages in thread
From: Oliver Hartkopp @ 2015-03-06 15:04 UTC (permalink / raw)
To: Marc Kleine-Budde, linux-can@vger.kernel.org
On 06.03.2015 14:48, Marc Kleine-Budde wrote:
>>> I'll prepare a patch for MAINTAINERS. While there I want to add myself
>>> as a maintainer for the networking layer aswell, so that I'll be on Cc
>>> when get_maintainer.pl is used. Objections?
>>
>> No, that's fine to me.
>>
>> It's a better feeling when going on holiday anyway :-)
>
> Is this an Acked-by?
Yes.
Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: MOVED TO GITHUB: Linux-CAN user space source repositories
2015-03-05 19:06 ` MOVED TO GITHUB: Linux-CAN user space source repositories Oliver Hartkopp
` (2 preceding siblings ...)
2015-03-06 8:03 ` Marc Kleine-Budde
@ 2015-03-20 10:03 ` Laurent Vaudoit
2015-03-20 17:56 ` Oliver Hartkopp
3 siblings, 1 reply; 13+ messages in thread
From: Laurent Vaudoit @ 2015-03-20 10:03 UTC (permalink / raw)
To: linux-can
Hi,
> Obsolete CAN network layer modules *ONLY* used for ISO 15765-2 development
now
> https://github.com/hartkopp/can-isotp-modules/
>
i see the move to github but nothing about J1939 stuffs (kernel,
iproute2...)
This mean J1939 is no more supported by linux-can?
> Have fun!
Best regards
>
> Oliver
>
Laurent
> To unsubscribe from this list: send the line "unsubscribe linux-can" in
> the body of a message to majordomo <at> vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: MOVED TO GITHUB: Linux-CAN user space source repositories
2015-03-20 10:03 ` Laurent Vaudoit
@ 2015-03-20 17:56 ` Oliver Hartkopp
2015-03-24 20:29 ` Kurt Van Dijck
2015-04-21 10:20 ` moved to github: linux can-j1939 sources Kurt Van Dijck
0 siblings, 2 replies; 13+ messages in thread
From: Oliver Hartkopp @ 2015-03-20 17:56 UTC (permalink / raw)
To: Laurent Vaudoit, Kurt Van Dijck; +Cc: linux-can
Hi Laurent,
On 20.03.2015 11:03, Laurent Vaudoit wrote:
> i see the move to github but nothing about J1939 stuffs (kernel,
> iproute2...)
> This mean J1939 is no more supported by linux-can?
Kurt is already informed that gitorious will close.
So I assume he will move the j1939 sources to his personal github space too.
Regards,
Oliver
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: MOVED TO GITHUB: Linux-CAN user space source repositories
2015-03-20 17:56 ` Oliver Hartkopp
@ 2015-03-24 20:29 ` Kurt Van Dijck
2015-04-21 10:20 ` moved to github: linux can-j1939 sources Kurt Van Dijck
1 sibling, 0 replies; 13+ messages in thread
From: Kurt Van Dijck @ 2015-03-24 20:29 UTC (permalink / raw)
To: Oliver Hartkopp; +Cc: Laurent Vaudoit, linux-can
> Date: Fri, 20 Mar 2015 18:56:25 +0100
> From: Oliver Hartkopp <socketcan@hartkopp.net>
>
> Hi Laurent,
>
> On 20.03.2015 11:03, Laurent Vaudoit wrote:
>
> >i see the move to github but nothing about J1939 stuffs (kernel,
> >iproute2...)
> >This mean J1939 is no more supported by linux-can?
>
> Kurt is already informed that gitorious will close.
indeed.
>
> So I assume he will move the j1939 sources to his personal github space too.
Yes.
I expect this after Eastern holidays.
Kurt
^ permalink raw reply [flat|nested] 13+ messages in thread
* moved to github: linux can-j1939 sources
2015-03-20 17:56 ` Oliver Hartkopp
2015-03-24 20:29 ` Kurt Van Dijck
@ 2015-04-21 10:20 ` Kurt Van Dijck
1 sibling, 0 replies; 13+ messages in thread
From: Kurt Van Dijck @ 2015-04-21 10:20 UTC (permalink / raw)
To: Oliver Hartkopp, Laurent Vaudoit; +Cc: linux-can
Hi all,
I moved my can-j1939 linux work towards my (personal) github account.
I also updated the eLinux.org page.
http://elinux.org/J1939
http://github.com/kurt-vd
Kind regards,
Kurt
--- Original message ---
> Date: Fri, 20 Mar 2015 18:56:25 +0100
> From: Oliver Hartkopp <socketcan@hartkopp.net>
> To: Laurent Vaudoit <laurent.vaudoit@gmail.com>,
> Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
> CC: linux-can@vger.kernel.org
> Subject: Re: MOVED TO GITHUB: Linux-CAN user space source repositories
> List-ID: <linux-can.vger.kernel.org>
>
> Hi Laurent,
>
> On 20.03.2015 11:03, Laurent Vaudoit wrote:
>
> >i see the move to github but nothing about J1939 stuffs (kernel,
> >iproute2...)
> >This mean J1939 is no more supported by linux-can?
>
> Kurt is already informed that gitorious will close.
>
> So I assume he will move the j1939 sources to his personal github space too.
>
> Regards,
> Oliver
> --
> To unsubscribe from this list: send the line "unsubscribe linux-can" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 13+ messages in thread