Re: [PATCH] Use more secure HTTPS URLs
From: Paul Menzel <hidden>
Date: 2020-05-14 20:39:50
From: Paul Menzel <hidden>
Date: 2020-05-14 20:39:50
Dear Jes, Am 13.05.20 um 15:44 schrieb Jes Sorensen:
On 5/13/20 9:27 AM, Paul Menzel wrote:quoted
All URLs in the source are available over HTTPS, so convert all URLs to HTTPS with the command below. git grep -l 'http://' | xargs sed -i 's,http://,https://,g' Cc: linux-raid@vger.kernel.org Signed-off-by: Paul Menzel <redacted>Some of this looks valid, but we're not going back to update existing ANNOUNCE files.
May I ask why? It’s all logged in the VCS history, and the two URLs are always the same. Kind regards, Paul