From: luca.boccassi@gmail.com
To: dev@dpdk.org
Subject: [PATCH 1/2] docs: add +x to generator scripts
Date: Mon, 14 Nov 2022 14:22:24 +0000 [thread overview]
Message-ID: <20221114142225.85403-1-luca.boccassi@gmail.com> (raw)
From: Luca Boccassi <bluca@debian.org>
These scripts have a shebang so they are meant to be runnable, so set +x bits
Fixes: 53bb9a073f4f ("doc: rewrite shell scripts in Python")
Signed-off-by: Luca Boccassi <bluca@debian.org>
---
doc/api/generate_doxygen.py | 0
doc/api/generate_examples.py | 0
2 files changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 doc/api/generate_doxygen.py
mode change 100644 => 100755 doc/api/generate_examples.py
diff --git a/doc/api/generate_doxygen.py b/doc/api/generate_doxygen.py
old mode 100644
new mode 100755
diff --git a/doc/api/generate_examples.py b/doc/api/generate_examples.py
old mode 100644
new mode 100755
--
2.34.1
next reply other threads:[~2022-11-14 14:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-14 14:22 luca.boccassi [this message]
2022-11-14 14:22 ` [PATCH 2/2] docs: sort files lists in generator scripts luca.boccassi
2022-11-14 14:29 ` Bruce Richardson
2022-11-22 14:27 ` Thomas Monjalon
2022-11-14 14:30 ` [PATCH 1/2] docs: add +x to " Bruce Richardson
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=20221114142225.85403-1-luca.boccassi@gmail.com \
--to=luca.boccassi@gmail.com \
--cc=dev@dpdk.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.