[PATCH 7/7] qapi: Clear scripts/qapi/doc.py executable bits again

Markus Armbruster posted 7 patches 6 years, 4 months ago
Maintainers: Markus Armbruster <armbru@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Cleber Rosa <crosa@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>
There is a newer version of this series
[PATCH 7/7] qapi: Clear scripts/qapi/doc.py executable bits again
Posted by Markus Armbruster 6 years, 4 months ago
Commit fbf09a2fa4 "qapi: add 'ifcond' to visitor methods" brought back
the executable bits.  Fix that.  Drop the #! line for good measure.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 scripts/qapi/doc.py | 1 -
 1 file changed, 1 deletion(-)
 mode change 100755 => 100644 scripts/qapi/doc.py

diff --git a/scripts/qapi/doc.py b/scripts/qapi/doc.py
old mode 100755
new mode 100644
index 1c5125249f..dc8919bab7
--- a/scripts/qapi/doc.py
+++ b/scripts/qapi/doc.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # QAPI texi generator
 #
 # This work is licensed under the terms of the GNU LGPL, version 2+.
-- 
2.21.0


Re: [PATCH 7/7] qapi: Clear scripts/qapi/doc.py executable bits again
Posted by Eric Blake 6 years, 4 months ago
On 10/1/19 2:15 PM, Markus Armbruster wrote:
> Commit fbf09a2fa4 "qapi: add 'ifcond' to visitor methods" brought back
> the executable bits.  Fix that.  Drop the #! line for good measure.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   scripts/qapi/doc.py | 1 -
>   1 file changed, 1 deletion(-)
>   mode change 100755 => 100644 scripts/qapi/doc.py
> 

Reviewed-by: Eric Blake <eblake@redhat.com>

> diff --git a/scripts/qapi/doc.py b/scripts/qapi/doc.py
> old mode 100755
> new mode 100644
> index 1c5125249f..dc8919bab7
> --- a/scripts/qapi/doc.py
> +++ b/scripts/qapi/doc.py
> @@ -1,4 +1,3 @@
> -#!/usr/bin/env python
>   # QAPI texi generator
>   #
>   # This work is licensed under the terms of the GNU LGPL, version 2+.
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org