From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, marcandre.lureau@redhat.com, mdroth@linux.vnet.ibm.com
Subject: [PATCH v2 7/7] qapi: Clear scripts/qapi/doc.py executable bits again
Date: Fri, 18 Oct 2019 09:43:45 +0200 [thread overview]
Message-ID: <20191018074345.24034-8-armbru@redhat.com> (raw)
In-Reply-To: <20191018074345.24034-1-armbru@redhat.com>
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>
Reviewed-by: Eric Blake <eblake@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
prev parent reply other threads:[~2019-10-18 7:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-18 7:43 [PATCH v2 0/7] qapi: Cleanups and test speedup Markus Armbruster
2019-10-18 7:43 ` [PATCH v2 1/7] qapi: Don't suppress doc generation without pragma doc-required Markus Armbruster
2019-10-18 7:43 ` [PATCH v2 2/7] qapi: Store pragma state in QAPISourceInfo, not global state Markus Armbruster
2019-10-18 7:43 ` [PATCH v2 3/7] qapi: Eliminate accidental global frontend state Markus Armbruster
2019-10-18 7:43 ` [PATCH v2 4/7] qapi: Speed up frontend tests Markus Armbruster
2019-10-18 7:43 ` [PATCH v2 5/7] qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py Markus Armbruster
2019-10-18 7:43 ` [PATCH v2 6/7] qapi: Split up scripts/qapi/common.py Markus Armbruster
2019-10-18 7:43 ` Markus Armbruster [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191018074345.24034-8-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=kwolf@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).