git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Patrick Steinhardt <ps@pks.im>
To: git@vger.kernel.org
Cc: "Olliver Schinagl" <oliver@schinagl.nl>,
	"Junio C Hamano" <gitster@pobox.com>,
	"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>,
	psteinhardt@gitlab.com, "Taylor Blau" <me@ttaylorr.com>,
	"Christian Couder" <christian.couder@gmail.com>
Subject: [PATCH 2/2] cook: update mirror URLs to use HTTPS
Date: Fri, 29 Mar 2024 15:47:14 +0100	[thread overview]
Message-ID: <a7ceeee328f1303eeaffe3ef2dc94955e0d2e47f.1711723543.git.ps@pks.im> (raw)
In-Reply-To: <Zf2B5oksaJRDH5WT@tanuki>

[-- Attachment #1: Type: text/plain, Size: 2637 bytes --]

Some of our mirror URLs are listed with the "git://" protocol even
though all of them actually support "https://". There is no good reason
to prefer the former over the latter. Quite on the contrary, given that
the "https://" protocol is encrypted it is a safer choice.

Update those mirror URLs to use "https://" protocols.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
---
 Announce          | 2 +-
 cook              | 6 +++---
 whats-cooking.txt | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Announce b/Announce
index 8ac01306e3..db0bedcdb0 100755
--- a/Announce
+++ b/Announce
@@ -113,7 +113,7 @@ cat <<\EOF
 
   url = https://git.kernel.org/pub/scm/git/git
   url = https://kernel.googlesource.com/pub/scm/git/git
-  url = git://repo.or.cz/alt-git.git
+  url = https://repo.or.cz/alt-git.git
   url = https://github.com/gitster/git
 EOF
 
diff --git a/cook b/cook
index 5fb2062574..b5450936a2 100755
--- a/cook
+++ b/cook
@@ -394,8 +394,8 @@ repositories have only a subset of branches.
 
 With maint, master, next, seen, todo:
 
-	git://git.kernel.org/pub/scm/git/git.git/
-	git://repo.or.cz/alt-git.git/
+	https://git.kernel.org/pub/scm/git/git.git/
+	https://repo.or.cz/alt-git.git/
 	https://kernel.googlesource.com/pub/scm/git/git/
 	https://github.com/git/git/
 	https://gitlab.com/git-scm/git/
@@ -409,7 +409,7 @@ are not sources, they are published in these repositories for
 convenience (replace "htmldocs" with "manpages" for the manual
 pages):
 
-	git://git.kernel.org/pub/scm/git/git-htmldocs.git/
+	https://git.kernel.org/pub/scm/git/git-htmldocs.git/
 	https://github.com/gitster/git-htmldocs.git/
 
 Release tarballs are available at:
diff --git a/whats-cooking.txt b/whats-cooking.txt
index 24e9fc51df..14f306df36 100644
--- a/whats-cooking.txt
+++ b/whats-cooking.txt
@@ -23,8 +23,8 @@ repositories have only a subset of branches.
 
 With maint, master, next, seen, todo:
 
-	git://git.kernel.org/pub/scm/git/git.git/
-	git://repo.or.cz/alt-git.git/
+	https://git.kernel.org/pub/scm/git/git.git/
+	https://repo.or.cz/alt-git.git/
 	https://kernel.googlesource.com/pub/scm/git/git/
 	https://github.com/git/git/
 	https://gitlab.com/git-scm/git/
@@ -38,7 +38,7 @@ are not sources, they are published in these repositories for
 convenience (replace "htmldocs" with "manpages" for the manual
 pages):
 
-	git://git.kernel.org/pub/scm/git/git-htmldocs.git/
+	https://git.kernel.org/pub/scm/git/git-htmldocs.git/
 	https://github.com/gitster/git-htmldocs.git/
 
 Release tarballs are available at:
-- 
2.44.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2024-03-29 15:59 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21 11:30 Git mirror at gitlab Olliver Schinagl
2023-12-21 11:48 ` Patrick Steinhardt
2023-12-22 14:06   ` Olliver Schinagl
2023-12-28 11:13     ` Patrick Steinhardt
2023-12-28 14:50       ` Phillip Wood
2024-01-17  6:35   ` Patrick Steinhardt
2024-03-21 11:24     ` Patrick Steinhardt
2024-03-21 16:34       ` Junio C Hamano
2024-03-21 22:27         ` Olliver Schinagl
2024-03-22  0:44           ` Patrick Steinhardt
2024-03-22 10:08             ` Christian Couder
2024-03-22 13:04               ` Patrick Steinhardt
2024-03-29 14:47                 ` [PATCH 1/2] cook: switch unmaintained GitLab mirror to new URL Patrick Steinhardt
2024-03-29 18:11                   ` Junio C Hamano
2024-03-29 14:47                 ` Patrick Steinhardt [this message]
2024-03-30  8:14                 ` Git mirror at gitlab Olliver Schinagl
2024-03-30  8:18                   ` Patrick Steinhardt
2024-03-30  8:20                     ` Olliver Schinagl
2024-03-30  9:06                       ` Patrick Steinhardt
2024-03-30 10:59                         ` Olliver Schinagl
2024-03-30 18:06                           ` Patrick Steinhardt
2024-03-30 23:54                             ` Olliver Schinagl
2024-03-31  7:26                               ` Patrick Steinhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a7ceeee328f1303eeaffe3ef2dc94955e0d2e47f.1711723543.git.ps@pks.im \
    --to=ps@pks.im \
    --cc=avarab@gmail.com \
    --cc=christian.couder@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=me@ttaylorr.com \
    --cc=oliver@schinagl.nl \
    --cc=psteinhardt@gitlab.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).