[PATCH] MAINTAINERS: Change my role to reviewer of Python scripts

Eduardo Habkost posted 1 patch 3 years, 7 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200922213128.2271872-1-ehabkost@redhat.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Change my role to reviewer of Python scripts
Posted by Eduardo Habkost 3 years, 7 months ago
I'm stepping out as maintainer of ./scripts/*.py, but still
willing to help review patches for Python code.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3d17cad19aa..242a2a6e82e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2356,8 +2356,8 @@ F: include/sysemu/cryptodev*.h
 F: backends/cryptodev*.c
 
 Python scripts
-M: Eduardo Habkost <ehabkost@redhat.com>
 M: Cleber Rosa <crosa@redhat.com>
+R: Eduardo Habkost <ehabkost@redhat.com>
 S: Odd fixes
 F: python/qemu/*py
 F: scripts/*.py
-- 
2.26.2


Re: [PATCH] MAINTAINERS: Change my role to reviewer of Python scripts
Posted by John Snow 3 years, 7 months ago
On 9/22/20 5:31 PM, Eduardo Habkost wrote:
> I'm stepping out as maintainer of ./scripts/*.py, but still
> willing to help review patches for Python code.
> 
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3d17cad19aa..242a2a6e82e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2356,8 +2356,8 @@ F: include/sysemu/cryptodev*.h
>   F: backends/cryptodev*.c
>   
>   Python scripts
> -M: Eduardo Habkost <ehabkost@redhat.com>
>   M: Cleber Rosa <crosa@redhat.com>
> +R: Eduardo Habkost <ehabkost@redhat.com>
>   S: Odd fixes
>   F: python/qemu/*py
>   F: scripts/*.py
> 
Reviewed-by: John Snow <jsnow@redhat.com>