qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] scripts/tracetool: Update maintainer email address


From: John Snow
Subject: Re: [PATCH] scripts/tracetool: Update maintainer email address
Date: Wed, 13 May 2020 16:27:38 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0


On 5/11/20 4:28 AM, Philippe Mathieu-Daudé wrote:
> There is an effort in progress to generate a QEMU Python
> package. As I'm not sure this old email is still valid,
> update it to not produce package with broken maintainer
> email.
> 
> Patch created mechanically by running:
> 
>  $ sed -i 's,\(__email__ *= "\)address@hidden",\address@hidden",' \
>          $(git grep -l 'email.*address@hidden')
> 
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>

I hadn't started trying to move the tracetool yet, but this can't hurt :)

Reviewed-by: John Snow <address@hidden>

> ---
>  scripts/tracetool.py                             | 2 +-
>  scripts/tracetool/__init__.py                    | 2 +-
>  scripts/tracetool/backend/__init__.py            | 2 +-
>  scripts/tracetool/backend/dtrace.py              | 2 +-
>  scripts/tracetool/backend/log.py                 | 2 +-
>  scripts/tracetool/backend/simple.py              | 2 +-
>  scripts/tracetool/backend/ust.py                 | 2 +-
>  scripts/tracetool/format/__init__.py             | 2 +-
>  scripts/tracetool/format/c.py                    | 2 +-
>  scripts/tracetool/format/d.py                    | 2 +-
>  scripts/tracetool/format/h.py                    | 2 +-
>  scripts/tracetool/format/stap.py                 | 2 +-
>  scripts/tracetool/format/tcg_h.py                | 2 +-
>  scripts/tracetool/format/tcg_helper_c.py         | 2 +-
>  scripts/tracetool/format/tcg_helper_h.py         | 2 +-
>  scripts/tracetool/format/tcg_helper_wrapper_h.py | 2 +-
>  scripts/tracetool/transform.py                   | 2 +-
>  scripts/tracetool/vcpu.py                        | 2 +-
>  18 files changed, 18 insertions(+), 18 deletions(-)
> 
> diff --git a/scripts/tracetool.py b/scripts/tracetool.py
> index 264cc9eecc..31146242b7 100755
> --- a/scripts/tracetool.py
> +++ b/scripts/tracetool.py
> @@ -10,7 +10,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  import sys
> diff --git a/scripts/tracetool/__init__.py b/scripts/tracetool/__init__.py
> index 13d29f1e42..3ccfa1e116 100644
> --- a/scripts/tracetool/__init__.py
> +++ b/scripts/tracetool/__init__.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  import re
> diff --git a/scripts/tracetool/backend/__init__.py 
> b/scripts/tracetool/backend/__init__.py
> index 54cab2c4de..7bfcc86cc5 100644
> --- a/scripts/tracetool/backend/__init__.py
> +++ b/scripts/tracetool/backend/__init__.py
> @@ -50,7 +50,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  import os
> diff --git a/scripts/tracetool/backend/dtrace.py 
> b/scripts/tracetool/backend/dtrace.py
> index 638990db79..5711892ba0 100644
> --- a/scripts/tracetool/backend/dtrace.py
> +++ b/scripts/tracetool/backend/dtrace.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/backend/log.py 
> b/scripts/tracetool/backend/log.py
> index 23b274c0fd..877222bbe9 100644
> --- a/scripts/tracetool/backend/log.py
> +++ b/scripts/tracetool/backend/log.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/backend/simple.py 
> b/scripts/tracetool/backend/simple.py
> index b650c262b5..a74d61fcd6 100644
> --- a/scripts/tracetool/backend/simple.py
> +++ b/scripts/tracetool/backend/simple.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/backend/ust.py 
> b/scripts/tracetool/backend/ust.py
> index a772a3b53b..6c0a5f8d68 100644
> --- a/scripts/tracetool/backend/ust.py
> +++ b/scripts/tracetool/backend/ust.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/format/__init__.py 
> b/scripts/tracetool/format/__init__.py
> index aba2f7a441..2dc46f3dd9 100644
> --- a/scripts/tracetool/format/__init__.py
> +++ b/scripts/tracetool/format/__init__.py
> @@ -32,7 +32,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  import os
> diff --git a/scripts/tracetool/format/c.py b/scripts/tracetool/format/c.py
> index 78af8aff72..23d82ea861 100644
> --- a/scripts/tracetool/format/c.py
> +++ b/scripts/tracetool/format/c.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/format/d.py b/scripts/tracetool/format/d.py
> index d3980b914b..0afb5f3f47 100644
> --- a/scripts/tracetool/format/d.py
> +++ b/scripts/tracetool/format/d.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/format/h.py b/scripts/tracetool/format/h.py
> index 83e1a2f355..e94f0be7da 100644
> --- a/scripts/tracetool/format/h.py
> +++ b/scripts/tracetool/format/h.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/format/stap.py 
> b/scripts/tracetool/format/stap.py
> index 8fc808f2ef..a218b0445c 100644
> --- a/scripts/tracetool/format/stap.py
> +++ b/scripts/tracetool/format/stap.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/format/tcg_h.py 
> b/scripts/tracetool/format/tcg_h.py
> index 0180e3d76c..33cf6a31b3 100644
> --- a/scripts/tracetool/format/tcg_h.py
> +++ b/scripts/tracetool/format/tcg_h.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out, Arguments
> diff --git a/scripts/tracetool/format/tcg_helper_c.py 
> b/scripts/tracetool/format/tcg_helper_c.py
> index 6527b69afd..2db6317f3c 100644
> --- a/scripts/tracetool/format/tcg_helper_c.py
> +++ b/scripts/tracetool/format/tcg_helper_c.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import Arguments, out
> diff --git a/scripts/tracetool/format/tcg_helper_h.py 
> b/scripts/tracetool/format/tcg_helper_h.py
> index 98ebe52f18..08554fbc85 100644
> --- a/scripts/tracetool/format/tcg_helper_h.py
> +++ b/scripts/tracetool/format/tcg_helper_h.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/format/tcg_helper_wrapper_h.py 
> b/scripts/tracetool/format/tcg_helper_wrapper_h.py
> index 6adeab74df..0c5a9797d1 100644
> --- a/scripts/tracetool/format/tcg_helper_wrapper_h.py
> +++ b/scripts/tracetool/format/tcg_helper_wrapper_h.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import out
> diff --git a/scripts/tracetool/transform.py b/scripts/tracetool/transform.py
> index 8fd4dcf20d..ea8b27799d 100644
> --- a/scripts/tracetool/transform.py
> +++ b/scripts/tracetool/transform.py
> @@ -9,7 +9,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  def _transform_type(type_, trans):
> diff --git a/scripts/tracetool/vcpu.py b/scripts/tracetool/vcpu.py
> index 0b104e4f15..b54e4f4e7a 100644
> --- a/scripts/tracetool/vcpu.py
> +++ b/scripts/tracetool/vcpu.py
> @@ -10,7 +10,7 @@
>  __license__    = "GPL version 2 or (at your option) any later version"
>  
>  __maintainer__ = "Stefan Hajnoczi"
> -__email__      = "address@hidden"
> +__email__      = "address@hidden"
>  
>  
>  from tracetool import Arguments, try_import
> 

-- 
—js




reply via email to

[Prev in Thread] Current Thread [Next in Thread]