dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nightly.conf: Update drm-intel URLs, add missing bare ssh drm-xe URL
@ 2024-04-24 11:32 Ryszard Knop
  2024-04-24 12:48 ` Jani Nikula
  2024-04-24 13:23 ` Lucas De Marchi
  0 siblings, 2 replies; 3+ messages in thread
From: Ryszard Knop @ 2024-04-24 11:32 UTC (permalink / raw)
  To: dri-devel, intel-gfx

- Switch drm-intel URLs to the new GitLab location.
- Add a short SSH link for drm-xe for completeness with other blocks.
- Add a missing tab in drm_tip_config for column alignment.

Signed-off-by: Ryszard Knop <ryszard.knop@intel.com>
---
 nightly.conf | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/nightly.conf b/nightly.conf
index 7ef4249f0c67..2971277b0e25 100644
--- a/nightly.conf
+++ b/nightly.conf
@@ -30,10 +30,16 @@ https://anongit.freedesktop.org/git/drm/drm-tip
 https://anongit.freedesktop.org/git/drm/drm-tip.git
 "
 drm_tip_repos[drm-xe]="
+git@gitlab.freedesktop.org:drm/xe/kernel.git
 https://gitlab.freedesktop.org/drm/xe/kernel.git
 ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
 "
 drm_tip_repos[drm-intel]="
+git@gitlab.freedesktop.org:drm/i915/kernel.git
+https://gitlab.freedesktop.org/drm/i915/kernel.git
+ssh://git@gitlab.freedesktop.org/drm/i915/kernel.git
+"
+drm_old_urls[drm-intel]="
 ssh://git.freedesktop.org/git/drm/drm-intel
 ssh://git.freedesktop.org/git/drm-intel
 git://anongit.freedesktop.org/drm/drm-intel
@@ -97,6 +103,6 @@ drm_tip_config=(
 	"drm-xe			drm-xe-next"
 
 	"drm-intel		topic/core-for-CI"
-	"drm-xe		topic/xe-for-CI"
+	"drm-xe			topic/xe-for-CI"
 	"drm-intel		topic/thunderbolt-next"
 ) # DO NOT CHANGE THIS LINE
-- 
2.44.0


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

* Re: [PATCH] nightly.conf: Update drm-intel URLs, add missing bare ssh drm-xe URL
  2024-04-24 11:32 [PATCH] nightly.conf: Update drm-intel URLs, add missing bare ssh drm-xe URL Ryszard Knop
@ 2024-04-24 12:48 ` Jani Nikula
  2024-04-24 13:23 ` Lucas De Marchi
  1 sibling, 0 replies; 3+ messages in thread
From: Jani Nikula @ 2024-04-24 12:48 UTC (permalink / raw)
  To: Ryszard Knop, dri-devel, intel-gfx

On Wed, 24 Apr 2024, Ryszard Knop <ryszard.knop@intel.com> wrote:
> - Switch drm-intel URLs to the new GitLab location.
> - Add a short SSH link for drm-xe for completeness with other blocks.
> - Add a missing tab in drm_tip_config for column alignment.
>
> Signed-off-by: Ryszard Knop <ryszard.knop@intel.com>

Acked-by: Jani Nikula <jani.nikula@intel.com>


> ---
>  nightly.conf | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/nightly.conf b/nightly.conf
> index 7ef4249f0c67..2971277b0e25 100644
> --- a/nightly.conf
> +++ b/nightly.conf
> @@ -30,10 +30,16 @@ https://anongit.freedesktop.org/git/drm/drm-tip
>  https://anongit.freedesktop.org/git/drm/drm-tip.git
>  "
>  drm_tip_repos[drm-xe]="
> +git@gitlab.freedesktop.org:drm/xe/kernel.git
>  https://gitlab.freedesktop.org/drm/xe/kernel.git
>  ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
>  "
>  drm_tip_repos[drm-intel]="
> +git@gitlab.freedesktop.org:drm/i915/kernel.git
> +https://gitlab.freedesktop.org/drm/i915/kernel.git
> +ssh://git@gitlab.freedesktop.org/drm/i915/kernel.git
> +"
> +drm_old_urls[drm-intel]="
>  ssh://git.freedesktop.org/git/drm/drm-intel
>  ssh://git.freedesktop.org/git/drm-intel
>  git://anongit.freedesktop.org/drm/drm-intel
> @@ -97,6 +103,6 @@ drm_tip_config=(
>  	"drm-xe			drm-xe-next"
>  
>  	"drm-intel		topic/core-for-CI"
> -	"drm-xe		topic/xe-for-CI"
> +	"drm-xe			topic/xe-for-CI"
>  	"drm-intel		topic/thunderbolt-next"
>  ) # DO NOT CHANGE THIS LINE

-- 
Jani Nikula, Intel

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

* Re: [PATCH] nightly.conf: Update drm-intel URLs, add missing bare ssh drm-xe URL
  2024-04-24 11:32 [PATCH] nightly.conf: Update drm-intel URLs, add missing bare ssh drm-xe URL Ryszard Knop
  2024-04-24 12:48 ` Jani Nikula
@ 2024-04-24 13:23 ` Lucas De Marchi
  1 sibling, 0 replies; 3+ messages in thread
From: Lucas De Marchi @ 2024-04-24 13:23 UTC (permalink / raw)
  To: Ryszard Knop; +Cc: dri-devel, intel-gfx

On Wed, Apr 24, 2024 at 01:32:19PM GMT, Ryszard Knop wrote:
>- Switch drm-intel URLs to the new GitLab location.
>- Add a short SSH link for drm-xe for completeness with other blocks.
>- Add a missing tab in drm_tip_config for column alignment.
>
>Signed-off-by: Ryszard Knop <ryszard.knop@intel.com>
>---
> nightly.conf | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
>diff --git a/nightly.conf b/nightly.conf
>index 7ef4249f0c67..2971277b0e25 100644
>--- a/nightly.conf
>+++ b/nightly.conf
>@@ -30,10 +30,16 @@ https://anongit.freedesktop.org/git/drm/drm-tip
> https://anongit.freedesktop.org/git/drm/drm-tip.git
> "
> drm_tip_repos[drm-xe]="
>+git@gitlab.freedesktop.org:drm/xe/kernel.git
> https://gitlab.freedesktop.org/drm/xe/kernel.git
> ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git
> "
> drm_tip_repos[drm-intel]="
>+git@gitlab.freedesktop.org:drm/i915/kernel.git

we probably need to update dim so pick_protocol_url knows this is an ssh
remote.  I think it's harmless right now as if there's no chosen
protocol, it will use the first (git@... in this case). If a protocol is
chosen, it will use one of the urls with protocol in it. We'd have a
problem if there was only this form for ssh remote.

Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>

Lucas De Marchi


>+https://gitlab.freedesktop.org/drm/i915/kernel.git
>+ssh://git@gitlab.freedesktop.org/drm/i915/kernel.git
>+"
>+drm_old_urls[drm-intel]="
> ssh://git.freedesktop.org/git/drm/drm-intel
> ssh://git.freedesktop.org/git/drm-intel
> git://anongit.freedesktop.org/drm/drm-intel
>@@ -97,6 +103,6 @@ drm_tip_config=(
> 	"drm-xe			drm-xe-next"
>
> 	"drm-intel		topic/core-for-CI"
>-	"drm-xe		topic/xe-for-CI"
>+	"drm-xe			topic/xe-for-CI"
> 	"drm-intel		topic/thunderbolt-next"
> ) # DO NOT CHANGE THIS LINE
>-- 
>2.44.0
>

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

end of thread, other threads:[~2024-04-24 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 11:32 [PATCH] nightly.conf: Update drm-intel URLs, add missing bare ssh drm-xe URL Ryszard Knop
2024-04-24 12:48 ` Jani Nikula
2024-04-24 13:23 ` Lucas De Marchi

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 NNTP newsgroup(s).