All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Maxime Ripard <mripard@kernel.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>,
	David Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org,
	Daniel Stone <daniels@collabora.com>,
	Maxime Ripard <mripard@kernel.org>
Subject: Re: [rerere PATCH] nightly.conf: Switch drm.git to gitlab
Date: Tue, 27 Feb 2024 10:16:40 +0200	[thread overview]
Message-ID: <87jzmql3tj.fsf@intel.com> (raw)
In-Reply-To: <20240226151631.130754-1-mripard@kernel.org>

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

  parent reply	other threads:[~2024-02-27  8:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2024-02-27  8:40   ` Maxime Ripard

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

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

  git send-email \
    --in-reply-to=87jzmql3tj.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=airlied@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=daniels@collabora.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=mripard@kernel.org \
    /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.
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.