[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f2d39a21-bbeb-40b7-9759-b50308e4e382@gmail.com>
Date: Thu, 26 Jun 2025 10:06:19 +0200
From: Xose Vazquez Perez <xose.vazquez@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Jonathan Corbet <corbet@....net>, DOC ML <linux-doc@...r.kernel.org>,
KERNEL ML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] MAINTAINERS: standardize git.kernel.org URLs
On 6/26/25 9:38 AM, Greg Kroah-Hartman wrote:
> On Wed, Jun 25, 2025 at 04:20:16PM +0200, Xose Vazquez Perez wrote:
>> replace https: with git:, delete trailing /, and identify repos as "git"
>
> This bypasses the mirror systems in place with the https: protocol,
> please do not do this without a lot of justification and agreement of
> the hosting providers involved as they will have a large increase in
> resources if this were to change.
>
> Have you asked them if this is ok to change? What is wrong with the
> current urls listed here?
To be *consistent* with the rest of the entries:
$ grep git.kernel.org MAINTAINERS | sed 's#://#:// #' | awk '{print $3}' | sort | uniq -c | sort -n
1 git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git
22 https://
380 git://
But if https is preferer, a reverse patch can be done: git -> https
Powered by blists - more mailing lists