dri-devel Archive mirror
 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

* Re: [rerere PATCH] nightly.conf: Switch drm.git to gitlab
  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
  2 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2024-02-26 15:40 UTC (permalink / raw
  To: Maxime Ripard; +Cc: David Airlie, dri-devel, Daniel Stone

On Mon, 26 Feb 2024 at 16:16, Maxime Ripard <mripard@kernel.org> wrote:
>
> 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>

Acked.
-Sima

> ---
>  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
>


-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [rerere PATCH] nightly.conf: Switch drm.git to gitlab
  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
  2 siblings, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2024-02-27  7:59 UTC (permalink / raw
  To: Daniel Vetter, David Airlie; +Cc: dri-devel, Daniel Stone

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

On Mon, Feb 26, 2024 at 04:16:31PM +0100, Maxime Ripard wrote:
> 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>

Applied

Maxime

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

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

* Re: [rerere PATCH] nightly.conf: Switch drm.git to gitlab
  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
  2 siblings, 1 reply; 5+ messages in thread
From: Jani Nikula @ 2024-02-27  8:16 UTC (permalink / raw
  To: Maxime Ripard, Daniel Vetter, David Airlie
  Cc: dri-devel, Daniel Stone, Maxime Ripard

On Mon, 26 Feb 2024, Maxime Ripard <mripard@kernel.org> wrote:
> 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

It should be either

git@gitlab.freedesktop.org:drm/kernel.git

or

ssh://git@gitlab.freedesktop.org/drm/kernel.git

(Note the : vs / in there.)


BR,
Jani.


>
> 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

-- 
Jani Nikula, Intel

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

* Re: [rerere PATCH] nightly.conf: Switch drm.git to gitlab
  2024-02-27  8:16 ` Jani Nikula
@ 2024-02-27  8:40   ` Maxime Ripard
  0 siblings, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2024-02-27  8:40 UTC (permalink / raw
  To: Jani Nikula; +Cc: Daniel Vetter, David Airlie, dri-devel, Daniel Stone

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

Hi,

On Tue, Feb 27, 2024 at 10:16:40AM +0200, Jani Nikula wrote:
> On Mon, 26 Feb 2024, Maxime Ripard <mripard@kernel.org> wrote:
> > 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
> 
> It should be either
> 
> git@gitlab.freedesktop.org:drm/kernel.git
> 
> or
> 
> ssh://git@gitlab.freedesktop.org/drm/kernel.git
> 
> (Note the : vs / in there.)

I caught that one before merging it, so we should be all set, thanks for the report :)

Maxime

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

^ permalink raw reply	[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 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).