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 1/2] cook: switch unmaintained GitLab mirror to new URL
Date: Fri, 29 Mar 2024 15:47:10 +0100	[thread overview]
Message-ID: <d9515be6f21a8a95de3319e1046e05606cd91d55.1711723543.git.ps@pks.im> (raw)
In-Reply-To: <Zf2B5oksaJRDH5WT@tanuki>

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

One of the official mirrors for the Git project is hosted at
https://gitlab.com/git-vcs/git. This mirror is only maintained by a
single person (Ævar Arnfjörð Bjarmason) whom we haven't been able to
contact for multiple months by now. Thus the mirror is essentially
unmaintained right now.

Given the recent introduction of support for GitLab CI into Git in
0e3b67e2aa (ci: add support for GitLab CI, 2023-11-09) there is interest
though to set up CI systems for the GitLab mirror. A new mirror was thus
created on GitLab at https://gitlab.com/git-scm/git that has been signed
up with the GitLab Open Source program, which gives that project free CI
minutes. Furthermore, this mirror has multiple owners (Christian Couder
and myself and we are happy to add more stakeholders) so that we do not
run into the same issue in the future.

Switch over the GitLab mirror URL to the new mirror.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
---

The new repository has now been registered with the GitLab Open Source
program. It has been configured to mirror [1] and CI pipelines run after
every mirror update.

Patrick

[1] https://git.kernel.org/pub/scm/git/git

 MaintNotes        | 2 +-
 cook              | 2 +-
 whats-cooking.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MaintNotes b/MaintNotes
index 919a9dc3fb..774ce56c20 100644
--- a/MaintNotes
+++ b/MaintNotes
@@ -135,7 +135,7 @@ My public git.git repositories are (mirrored) at:
   https://kernel.googlesource.com/pub/scm/git/git
   https://repo.or.cz/alt-git.git/
   https://github.com/git/git/
-  https://gitlab.com/git-vcs/git/
+  https://gitlab.com/git-scm/git/
 
 This one shows not just the main integration branches, but also
 individual topics broken out:
diff --git a/cook b/cook
index e1d9e6aba9..5fb2062574 100755
--- a/cook
+++ b/cook
@@ -398,7 +398,7 @@ With maint, master, next, seen, todo:
 	git://repo.or.cz/alt-git.git/
 	https://kernel.googlesource.com/pub/scm/git/git/
 	https://github.com/git/git/
-	https://gitlab.com/git-vcs/git/
+	https://gitlab.com/git-scm/git/
 
 With all the integration branches and topics broken out:
 
diff --git a/whats-cooking.txt b/whats-cooking.txt
index bd471c4e78..24e9fc51df 100644
--- a/whats-cooking.txt
+++ b/whats-cooking.txt
@@ -27,7 +27,7 @@ With maint, master, next, seen, todo:
 	git://repo.or.cz/alt-git.git/
 	https://kernel.googlesource.com/pub/scm/git/git/
 	https://github.com/git/git/
-	https://gitlab.com/git-vcs/git/
+	https://gitlab.com/git-scm/git/
 
 With all the integration branches and topics broken out:
 
-- 
2.44.0


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

  reply	other threads:[~2024-03-29 15:16 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                 ` Patrick Steinhardt [this message]
2024-03-29 18:11                   ` [PATCH 1/2] cook: switch unmaintained GitLab mirror to new URL Junio C Hamano
2024-03-29 14:47                 ` [PATCH 2/2] cook: update mirror URLs to use HTTPS Patrick Steinhardt
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=d9515be6f21a8a95de3319e1046e05606cd91d55.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).