diff mbox series

[kvm-unit-tests] update git tree location in MAINTAINERS to point at gitlab

Message ID 20210421191611.2557051-1-jacobhxu@google.com (mailing list archive)
State New, archived
Headers show
Series [kvm-unit-tests] update git tree location in MAINTAINERS to point at gitlab | expand

Commit Message

Jacob Xu April 21, 2021, 7:16 p.m. UTC
The MAINTAINERS file appears to have been forgotten during the migration
to gitlab from the kernel.org. Let's update it now.

Signed-off-by: Jacob Xu <jacobhxu@google.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Huth April 22, 2021, 3:42 a.m. UTC | #1
On 21/04/2021 21.16, Jacob Xu wrote:
> The MAINTAINERS file appears to have been forgotten during the migration
> to gitlab from the kernel.org. Let's update it now.
> 
> Signed-off-by: Jacob Xu <jacobhxu@google.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 54124f6..e0c8e99 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -55,7 +55,7 @@ Maintainers
>   -----------
>   M: Paolo Bonzini <pbonzini@redhat.com>
>   L: kvm@vger.kernel.org
> -T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
> +T:	https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git

Reviewed-by: Thomas Huth <thuth@redhat.com>
Paolo Bonzini April 22, 2021, 7:39 a.m. UTC | #2
On 22/04/21 05:42, Thomas Huth wrote:
> On 21/04/2021 21.16, Jacob Xu wrote:
>> The MAINTAINERS file appears to have been forgotten during the migration
>> to gitlab from the kernel.org. Let's update it now.
>>
>> Signed-off-by: Jacob Xu <jacobhxu@google.com>
>> ---
>>   MAINTAINERS | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 54124f6..e0c8e99 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -55,7 +55,7 @@ Maintainers
>>   -----------
>>   M: Paolo Bonzini <pbonzini@redhat.com>
>>   L: kvm@vger.kernel.org
>> -T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
>> +T:    https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
> 
> Reviewed-by: Thomas Huth <thuth@redhat.com>

You're too humble, Thomas. :)  Since Drew and you have commit access 
this could very well be:

diff --git a/MAINTAINERS b/MAINTAINERS
index ef7e9af..0082e58 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -54,8 +54,9 @@ Descriptions of section entries:
  Maintainers
  -----------
  M: Paolo Bonzini <pbonzini@redhat.com>
+M: Thomas Huth <thuth@redhat.com>
+M: Andrew Jones <drjones@redhat.com>
  L: kvm@vger.kernel.org
-T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
+T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git

  Architecture Specific Code:
  ---------------------------

And also, while at it:

diff --git a/MAINTAINERS b/MAINTAINERS
index ef7e9af..0082e58 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -92,3 +94,4 @@ M: Paolo Bonzini <pbonzini@redhat.com>
  L: kvm@vger.kernel.org
  F: x86/*
  F: lib/x86/*
+T: https://gitlab.com/bonzini/kvm-unit-tests.git
Andrew Jones April 22, 2021, 8:03 a.m. UTC | #3
On Thu, Apr 22, 2021 at 09:39:44AM +0200, Paolo Bonzini wrote:
> On 22/04/21 05:42, Thomas Huth wrote:
> > On 21/04/2021 21.16, Jacob Xu wrote:
> > > The MAINTAINERS file appears to have been forgotten during the migration
> > > to gitlab from the kernel.org. Let's update it now.
> > > 
> > > Signed-off-by: Jacob Xu <jacobhxu@google.com>
> > > ---
> > >   MAINTAINERS | 2 +-
> > >   1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 54124f6..e0c8e99 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -55,7 +55,7 @@ Maintainers
> > >   -----------
> > >   M: Paolo Bonzini <pbonzini@redhat.com>
> > >   L: kvm@vger.kernel.org
> > > -T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
> > > +T:    https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
> > 
> > Reviewed-by: Thomas Huth <thuth@redhat.com>
> 
> You're too humble, Thomas. :)  Since Drew and you have commit access this
> could very well be:
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ef7e9af..0082e58 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -54,8 +54,9 @@ Descriptions of section entries:
>  Maintainers
>  -----------
>  M: Paolo Bonzini <pbonzini@redhat.com>
> +M: Thomas Huth <thuth@redhat.com>
> +M: Andrew Jones <drjones@redhat.com>
>  L: kvm@vger.kernel.org
> -T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
> +T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
> 
>  Architecture Specific Code:
>  ---------------------------
> 
> And also, while at it:
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ef7e9af..0082e58 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -92,3 +94,4 @@ M: Paolo Bonzini <pbonzini@redhat.com>
>  L: kvm@vger.kernel.org
>  F: x86/*
>  F: lib/x86/*
> +T: https://gitlab.com/bonzini/kvm-unit-tests.git
> 
>

I also use my own gitlab for arm/queue. So we could also add

diff --git a/MAINTAINERS b/MAINTAINERS
index 54124f6f1a5e..0a2f3a645bb3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -67,6 +67,7 @@ L: kvmarm@lists.cs.columbia.edu
 F: arm/*
 F: lib/arm/*
 F: lib/arm64/*
+T: https://gitlab.com/rhdrjones/kvm-unit-tests.git
 
 POWERPC
 M: Laurent Vivier <lvivier@redhat.com>


Thanks,
drew
Thomas Huth April 22, 2021, 8:57 a.m. UTC | #4
On 22/04/2021 09.39, Paolo Bonzini wrote:
> On 22/04/21 05:42, Thomas Huth wrote:
>> On 21/04/2021 21.16, Jacob Xu wrote:
>>> The MAINTAINERS file appears to have been forgotten during the migration
>>> to gitlab from the kernel.org. Let's update it now.
>>>
>>> Signed-off-by: Jacob Xu <jacobhxu@google.com>
>>> ---
>>>   MAINTAINERS | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 54124f6..e0c8e99 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -55,7 +55,7 @@ Maintainers
>>>   -----------
>>>   M: Paolo Bonzini <pbonzini@redhat.com>
>>>   L: kvm@vger.kernel.org
>>> -T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
>>> +T:    https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
>>
>> Reviewed-by: Thomas Huth <thuth@redhat.com>
> 
> You're too humble, Thomas. :)  Since Drew and you have commit access this 
> could very well be:
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ef7e9af..0082e58 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -54,8 +54,9 @@ Descriptions of section entries:
> Maintainers
> -----------
> M: Paolo Bonzini <pbonzini@redhat.com>
> +M: Thomas Huth <thuth@redhat.com>
> +M: Andrew Jones <drjones@redhat.com>
> L: kvm@vger.kernel.org
> -T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
> +T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git

Acked-by: Thomas Huth <thuth@redhat.com>

:-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 54124f6..e0c8e99 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -55,7 +55,7 @@  Maintainers
 -----------
 M: Paolo Bonzini <pbonzini@redhat.com>
 L: kvm@vger.kernel.org
-T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git
+T:	https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
 
 Architecture Specific Code:
 ---------------------------