All of lore.kernel.org
 help / color / mirror / Atom feed
* [rerere PATCH] nightly.conf: Switch drm.git to gitlab
@ 2024-02-26 15:16 Maxime Ripard
  2024-02-26 15:40 ` Daniel Vetter
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Maxime Ripard @ 2024-02-26 15:16 UTC (permalink / raw)
  To: Daniel Vetter, David Airlie; +Cc: dri-devel, Daniel Stone, Maxime Ripard

Start the big migration with drm.git.

Existing remotes need to be adjusted with

git remote set-url drm ssh://git@gitlab.freedesktop.org:drm/kernel.git

or

git remote set-url drm https://gitlab.freedesktop.org/drm/kernel.git

Signed-off-by: Maxime Ripard <mripard@kernel.org>
---
 nightly.conf | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/nightly.conf b/nightly.conf
index c189f2ccad17..68ac687a5c7f 100644
--- a/nightly.conf
+++ b/nightly.conf
@@ -45,10 +45,8 @@ https://anongit.freedesktop.org/git/drm/drm-misc
 https://anongit.freedesktop.org/git/drm/drm-misc.git
 "
 drm_tip_repos[drm]="
-ssh://git.freedesktop.org/git/drm/drm
-git://anongit.freedesktop.org/drm/drm
-https://anongit.freedesktop.org/git/drm/drm
-https://anongit.freedesktop.org/git/drm/drm.git
+https://gitlab.freedesktop.org/drm/kernel.git
+ssh://git@gitlab.freedesktop.org:drm/kernel.git
 "
 drm_tip_repos[linux-upstream]="
 git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
-- 
2.43.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-27  8:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 15:16 [rerere PATCH] nightly.conf: Switch drm.git to gitlab Maxime Ripard
2024-02-26 15:40 ` Daniel Vetter
2024-02-27  7:59 ` Maxime Ripard
2024-02-27  8:16 ` Jani Nikula
2024-02-27  8:40   ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.