2022-10-13 22:35:15

by Palmer Dabbelt

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: git://github -> https://github.com for ceph

Github deprecated the git:// links about a year ago, so let's move to
the https:// URLs instead.

Reported-by: Conor Dooley <[email protected]>
Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Palmer Dabbelt <[email protected]>
---
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3699b2256dc2..8da92ff58b9d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4771,7 +4771,7 @@ R: Jeff Layton <[email protected]>
L: [email protected]
S: Supported
W: http://ceph.com/
-T: git git://github.com/ceph/ceph-client.git
+T: git https://github.com/ceph/ceph-client.git
F: include/linux/ceph/
F: include/linux/crush/
F: net/ceph/
@@ -4783,7 +4783,7 @@ R: Jeff Layton <[email protected]>
L: [email protected]
S: Supported
W: http://ceph.com/
-T: git git://github.com/ceph/ceph-client.git
+T: git https://github.com/ceph/ceph-client.git
F: Documentation/filesystems/ceph.rst
F: fs/ceph/

@@ -17028,7 +17028,7 @@ R: Dongsheng Yang <[email protected]>
L: [email protected]
S: Supported
W: http://ceph.com/
-T: git git://github.com/ceph/ceph-client.git
+T: git https://github.com/ceph/ceph-client.git
F: Documentation/ABI/testing/sysfs-bus-rbd
F: drivers/block/rbd.c
F: drivers/block/rbd_types.h
--
2.38.0


2022-10-15 09:10:59

by Ilya Dryomov

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: git://github -> https://github.com for ceph

On Thu, Oct 13, 2022 at 11:49 PM Palmer Dabbelt <[email protected]> wrote:
>
> Github deprecated the git:// links about a year ago, so let's move to
> the https:// URLs instead.
>
> Reported-by: Conor Dooley <[email protected]>
> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> Signed-off-by: Palmer Dabbelt <[email protected]>
> ---
> 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 | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3699b2256dc2..8da92ff58b9d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4771,7 +4771,7 @@ R: Jeff Layton <[email protected]>
> L: [email protected]
> S: Supported
> W: http://ceph.com/
> -T: git git://github.com/ceph/ceph-client.git
> +T: git https://github.com/ceph/ceph-client.git
> F: include/linux/ceph/
> F: include/linux/crush/
> F: net/ceph/
> @@ -4783,7 +4783,7 @@ R: Jeff Layton <[email protected]>
> L: [email protected]
> S: Supported
> W: http://ceph.com/
> -T: git git://github.com/ceph/ceph-client.git
> +T: git https://github.com/ceph/ceph-client.git
> F: Documentation/filesystems/ceph.rst
> F: fs/ceph/
>
> @@ -17028,7 +17028,7 @@ R: Dongsheng Yang <[email protected]>
> L: [email protected]
> S: Supported
> W: http://ceph.com/
> -T: git git://github.com/ceph/ceph-client.git
> +T: git https://github.com/ceph/ceph-client.git
> F: Documentation/ABI/testing/sysfs-bus-rbd
> F: drivers/block/rbd.c
> F: drivers/block/rbd_types.h
> --
> 2.38.0
>

Applied.

Thanks,

Ilya