* [PATCH] MAINTAINERS: git://github -> https://github.com for linux-test-project
@ 2022-10-13 21:46 Palmer Dabbelt
2022-10-14 9:05 ` Cyril Hrubis
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2022-10-13 21:46 UTC (permalink / raw)
To: vapier, chrubis, wanlong.gao, jstancek, stanislav.kholmanskikh,
alexey.kodanev, ltp
Cc: linux-kernel, Palmer Dabbelt, Conor Dooley
Github deprecated the git:// links about a year ago, so let's move to
the https:// URLs instead.
Reported-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
---
I've split these up by github username so folks can take them
independently, as some of these repos have been renamed at github and
thus need more than just a sed to fix them.
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d103b44fb40c..d118acdce8b8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11972,7 +11972,7 @@ M: Alexey Kodanev <alexey.kodanev@oracle.com>
L: ltp@lists.linux.it (subscribers-only)
S: Maintained
W: http://linux-test-project.github.io/
-T: git git://github.com/linux-test-project/ltp.git
+T: git https://github.com/linux-test-project/ltp.git
LYNX 28G SERDES PHY DRIVER
M: Ioana Ciornei <ioana.ciornei@nxp.com>
--
2.38.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: git://github -> https://github.com for linux-test-project
2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for linux-test-project Palmer Dabbelt
@ 2022-10-14 9:05 ` Cyril Hrubis
2022-10-14 9:20 ` [LTP] " Petr Vorel
2022-10-17 15:20 ` Petr Vorel
2 siblings, 0 replies; 4+ messages in thread
From: Cyril Hrubis @ 2022-10-14 9:05 UTC (permalink / raw)
To: Palmer Dabbelt
Cc: vapier, wanlong.gao, jstancek, stanislav.kholmanskikh,
alexey.kodanev, ltp, linux-kernel, Conor Dooley
Hi!
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH] MAINTAINERS: git://github -> https://github.com for linux-test-project
2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for linux-test-project Palmer Dabbelt
2022-10-14 9:05 ` Cyril Hrubis
@ 2022-10-14 9:20 ` Petr Vorel
2022-10-17 15:20 ` Petr Vorel
2 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2022-10-14 9:20 UTC (permalink / raw)
To: Palmer Dabbelt
Cc: vapier, chrubis, wanlong.gao, jstancek, stanislav.kholmanskikh,
alexey.kodanev, ltp, Conor Dooley, linux-kernel
Hi,
> Github deprecated the git:// links about a year ago, so let's move to
> the https:// URLs instead.
Good point!
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Kind regards,
Petr
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH] MAINTAINERS: git://github -> https://github.com for linux-test-project
2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for linux-test-project Palmer Dabbelt
2022-10-14 9:05 ` Cyril Hrubis
2022-10-14 9:20 ` [LTP] " Petr Vorel
@ 2022-10-17 15:20 ` Petr Vorel
2 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2022-10-17 15:20 UTC (permalink / raw)
To: Palmer Dabbelt, Andrew Morton
Cc: vapier, chrubis, wanlong.gao, jstancek, stanislav.kholmanskikh,
alexey.kodanev, ltp, Conor Dooley, linux-kernel
Hi Andrew,
> Github deprecated the git:// links about a year ago, so let's move to
> the https:// URLs instead.
> Reported-by: Conor Dooley <conor.dooley@microchip.com>
> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Could you please merge this? iit got ack from Cyril (the main maintainer
and me):
https://lore.kernel.org/ltp/20221013214638.30953-1-palmer@rivosinc.com/
Kind regards,
Petr
> ---
> I've split these up by github username so folks can take them
> independently, as some of these repos have been renamed at github and
> thus need more than just a sed to fix them.
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d103b44fb40c..d118acdce8b8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11972,7 +11972,7 @@ M: Alexey Kodanev <alexey.kodanev@oracle.com>
> L: ltp@lists.linux.it (subscribers-only)
> S: Maintained
> W: http://linux-test-project.github.io/
> -T: git git://github.com/linux-test-project/ltp.git
> +T: git https://github.com/linux-test-project/ltp.git
> LYNX 28G SERDES PHY DRIVER
> M: Ioana Ciornei <ioana.ciornei@nxp.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-17 15:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for linux-test-project Palmer Dabbelt
2022-10-14 9:05 ` Cyril Hrubis
2022-10-14 9:20 ` [LTP] " Petr Vorel
2022-10-17 15:20 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox