diff mbox series

[rerere] nightly.conf: Switch drm.git to gitlab

Message ID 20240226151631.130754-1-mripard@kernel.org (mailing list archive)
State New, archived
Headers show
Series [rerere] nightly.conf: Switch drm.git to gitlab | expand

Commit Message

Maxime Ripard Feb. 26, 2024, 3:16 p.m. UTC
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(-)

Comments

Daniel Vetter Feb. 26, 2024, 3:40 p.m. UTC | #1
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
>
Maxime Ripard Feb. 27, 2024, 7:59 a.m. UTC | #2
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
Jani Nikula Feb. 27, 2024, 8:16 a.m. UTC | #3
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
Maxime Ripard Feb. 27, 2024, 8:40 a.m. UTC | #4
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
diff mbox series

Patch

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