dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Move the drm-intel repo location to fd.o GitLab
@ 2024-04-24 11:41 Ryszard Knop
  2024-04-24 12:45 ` Jani Nikula
  2024-04-26 15:47 ` Lucas De Marchi
  0 siblings, 2 replies; 5+ messages in thread
From: Ryszard Knop @ 2024-04-24 11:41 UTC (permalink / raw)
  To: dri-devel, intel-gfx

The drm-intel repo is moving from the classic fd.o git host to GitLab.
Update its location with a URL matching other fd.o GitLab kernel trees.

Signed-off-by: Ryszard Knop <ryszard.knop@intel.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d6327dc12cb1..fbf7371a0bb0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10854,7 +10854,7 @@ W:	https://drm.pages.freedesktop.org/intel-docs/
 Q:	http://patchwork.freedesktop.org/project/intel-gfx/
 B:	https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html
 C:	irc://irc.oftc.net/intel-gfx
-T:	git git://anongit.freedesktop.org/drm-intel
+T:	git https://gitlab.freedesktop.org/drm/i915/kernel.git
 F:	Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
 F:	Documentation/gpu/i915.rst
 F:	drivers/gpu/drm/ci/xfails/i915*
-- 
2.44.0


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

* Re: [PATCH] MAINTAINERS: Move the drm-intel repo location to fd.o GitLab
  2024-04-24 11:41 [PATCH] MAINTAINERS: Move the drm-intel repo location to fd.o GitLab Ryszard Knop
@ 2024-04-24 12:45 ` Jani Nikula
  2024-04-26 15:47 ` Lucas De Marchi
  1 sibling, 0 replies; 5+ messages in thread
From: Jani Nikula @ 2024-04-24 12:45 UTC (permalink / raw)
  To: Ryszard Knop, dri-devel, intel-gfx

On Wed, 24 Apr 2024, Ryszard Knop <ryszard.knop@intel.com> wrote:
> The drm-intel repo is moving from the classic fd.o git host to GitLab.
> Update its location with a URL matching other fd.o GitLab kernel trees.
>
> Signed-off-by: Ryszard Knop <ryszard.knop@intel.com>

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

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d6327dc12cb1..fbf7371a0bb0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10854,7 +10854,7 @@ W:	https://drm.pages.freedesktop.org/intel-docs/
>  Q:	http://patchwork.freedesktop.org/project/intel-gfx/
>  B:	https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html
>  C:	irc://irc.oftc.net/intel-gfx
> -T:	git git://anongit.freedesktop.org/drm-intel
> +T:	git https://gitlab.freedesktop.org/drm/i915/kernel.git
>  F:	Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
>  F:	Documentation/gpu/i915.rst
>  F:	drivers/gpu/drm/ci/xfails/i915*

-- 
Jani Nikula, Intel

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

* Re: [PATCH] MAINTAINERS: Move the drm-intel repo location to fd.o GitLab
  2024-04-24 11:41 [PATCH] MAINTAINERS: Move the drm-intel repo location to fd.o GitLab Ryszard Knop
  2024-04-24 12:45 ` Jani Nikula
@ 2024-04-26 15:47 ` Lucas De Marchi
  2024-04-26 16:02   ` Tvrtko Ursulin
  1 sibling, 1 reply; 5+ messages in thread
From: Lucas De Marchi @ 2024-04-26 15:47 UTC (permalink / raw)
  To: Ryszard Knop
  Cc: dri-devel, intel-gfx, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
	Tvrtko Ursulin

On Wed, Apr 24, 2024 at 01:41:59PM GMT, Ryszard Knop wrote:
>The drm-intel repo is moving from the classic fd.o git host to GitLab.
>Update its location with a URL matching other fd.o GitLab kernel trees.
>
>Signed-off-by: Ryszard Knop <ryszard.knop@intel.com>

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

Also Cc'ing maintainers

>---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index d6327dc12cb1..fbf7371a0bb0 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -10854,7 +10854,7 @@ W:	https://drm.pages.freedesktop.org/intel-docs/
> Q:	http://patchwork.freedesktop.org/project/intel-gfx/
> B:	https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html
> C:	irc://irc.oftc.net/intel-gfx
>-T:	git git://anongit.freedesktop.org/drm-intel
>+T:	git https://gitlab.freedesktop.org/drm/i915/kernel.git
> F:	Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
> F:	Documentation/gpu/i915.rst
> F:	drivers/gpu/drm/ci/xfails/i915*
>-- 
>2.44.0
>

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

* Re: [PATCH] MAINTAINERS: Move the drm-intel repo location to fd.o GitLab
  2024-04-26 15:47 ` Lucas De Marchi
@ 2024-04-26 16:02   ` Tvrtko Ursulin
  2024-04-29 12:35     ` Rodrigo Vivi
  0 siblings, 1 reply; 5+ messages in thread
From: Tvrtko Ursulin @ 2024-04-26 16:02 UTC (permalink / raw)
  To: Lucas De Marchi, Ryszard Knop
  Cc: dri-devel, intel-gfx, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi



On 26/04/2024 16:47, Lucas De Marchi wrote:
> On Wed, Apr 24, 2024 at 01:41:59PM GMT, Ryszard Knop wrote:
>> The drm-intel repo is moving from the classic fd.o git host to GitLab.
>> Update its location with a URL matching other fd.o GitLab kernel trees.
>>
>> Signed-off-by: Ryszard Knop <ryszard.knop@intel.com>
> 
> Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
> 
> Also Cc'ing maintainers

Thanks,

Acked-by: Tvrtko Ursulin <tursulin@ursulin.net>

Regards,

Tvrtko

>> ---
>> MAINTAINERS | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index d6327dc12cb1..fbf7371a0bb0 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10854,7 +10854,7 @@ W:    
>> https://drm.pages.freedesktop.org/intel-docs/
>> Q:    http://patchwork.freedesktop.org/project/intel-gfx/
>> B:    
>> https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html
>> C:    irc://irc.oftc.net/intel-gfx
>> -T:    git git://anongit.freedesktop.org/drm-intel
>> +T:    git https://gitlab.freedesktop.org/drm/i915/kernel.git
>> F:    Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
>> F:    Documentation/gpu/i915.rst
>> F:    drivers/gpu/drm/ci/xfails/i915*
>> -- 
>> 2.44.0
>>

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

* Re: [PATCH] MAINTAINERS: Move the drm-intel repo location to fd.o GitLab
  2024-04-26 16:02   ` Tvrtko Ursulin
@ 2024-04-29 12:35     ` Rodrigo Vivi
  0 siblings, 0 replies; 5+ messages in thread
From: Rodrigo Vivi @ 2024-04-29 12:35 UTC (permalink / raw)
  To: Tvrtko Ursulin
  Cc: Lucas De Marchi, Ryszard Knop, dri-devel, intel-gfx, Jani Nikula,
	Joonas Lahtinen

On Fri, Apr 26, 2024 at 05:02:54PM +0100, Tvrtko Ursulin wrote:
> 
> 
> On 26/04/2024 16:47, Lucas De Marchi wrote:
> > On Wed, Apr 24, 2024 at 01:41:59PM GMT, Ryszard Knop wrote:
> > > The drm-intel repo is moving from the classic fd.o git host to GitLab.
> > > Update its location with a URL matching other fd.o GitLab kernel trees.
> > > 
> > > Signed-off-by: Ryszard Knop <ryszard.knop@intel.com>
> > 
> > Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
> > 
> > Also Cc'ing maintainers
> 
> Thanks,
> 
> Acked-by: Tvrtko Ursulin <tursulin@ursulin.net>

Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

> 
> Regards,
> 
> Tvrtko
> 
> > > ---
> > > MAINTAINERS | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index d6327dc12cb1..fbf7371a0bb0 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -10854,7 +10854,7 @@ W:
> > > https://drm.pages.freedesktop.org/intel-docs/
> > > Q:    http://patchwork.freedesktop.org/project/intel-gfx/
> > > B:
> > > https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html
> > > C:    irc://irc.oftc.net/intel-gfx
> > > -T:    git git://anongit.freedesktop.org/drm-intel
> > > +T:    git https://gitlab.freedesktop.org/drm/i915/kernel.git
> > > F:    Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
> > > F:    Documentation/gpu/i915.rst
> > > F:    drivers/gpu/drm/ci/xfails/i915*
> > > -- 
> > > 2.44.0
> > > 

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

end of thread, other threads:[~2024-04-29 12:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 11:41 [PATCH] MAINTAINERS: Move the drm-intel repo location to fd.o GitLab Ryszard Knop
2024-04-24 12:45 ` Jani Nikula
2024-04-26 15:47 ` Lucas De Marchi
2024-04-26 16:02   ` Tvrtko Ursulin
2024-04-29 12:35     ` Rodrigo Vivi

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