DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] scripts: enhance error message in get maintainer script
@ 2017-12-14 14:21 Olivier Matz
  2017-12-14 17:36 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Olivier Matz @ 2017-12-14 14:21 UTC (permalink / raw)
  To: dev, Thomas Monjalon

When the DPDK_GETMAINTAINER_PATH variable was not set, the error
message from get-maintainer.sh was quite cheap:

	$ devtools/get-maintainer.sh --help
	usage: get-maintainer.sh <patch>
	Cannot execute DPDK_GETMAINTAINER_PATH

Add a more detailed explanation about this variable in the help.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
---
 devtools/get-maintainer.sh | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/devtools/get-maintainer.sh b/devtools/get-maintainer.sh
index 5ae6b5aed..5a2591307 100755
--- a/devtools/get-maintainer.sh
+++ b/devtools/get-maintainer.sh
@@ -42,15 +42,16 @@ options="$options --no-rolestats"
 print_usage () {
 	cat <<- END_OF_HELP
 	usage: $(basename $0) <patch>
+
+	The DPDK_GETMAINTAINER_PATH variable should be set to the full path to
+	the get_maintainer.pl script located in Linux kernel sources. Example:
+	DPDK_GETMAINTAINER_PATH=~/linux/scripts/get_maintainer.pl
+
+	Also refer to devtools/load-devel-config to store your configuration.
 	END_OF_HELP
 }
 
-# Requires DPDK_GETMAINTAINER_PATH devel config option set,
-# please check devtools/load-devel-config.
-# DPDK_GETMAINTAINER_PATH should be full path to the get_maintainer.pl script,
-# like:
-#   DPDK_GETMAINTAINER_PATH=~/linux/scripts/get_maintainer.pl
-
+# Requires DPDK_GETMAINTAINER_PATH devel config option set
 if [ ! -x "$DPDK_GETMAINTAINER_PATH" ] ; then
 	print_usage >&2
 	echo
-- 
2.11.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] scripts: enhance error message in get maintainer script
  2017-12-14 14:21 [dpdk-dev] [PATCH] scripts: enhance error message in get maintainer script Olivier Matz
@ 2017-12-14 17:36 ` Ferruh Yigit
  2018-01-04 17:16   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-12-14 17:36 UTC (permalink / raw)
  To: Olivier Matz, dev, Thomas Monjalon

On 12/14/2017 6:21 AM, Olivier Matz wrote:
> When the DPDK_GETMAINTAINER_PATH variable was not set, the error
> message from get-maintainer.sh was quite cheap:
> 
> 	$ devtools/get-maintainer.sh --help
> 	usage: get-maintainer.sh <patch>
> 	Cannot execute DPDK_GETMAINTAINER_PATH
> 
> Add a more detailed explanation about this variable in the help.
> 
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] scripts: enhance error message in get maintainer script
  2017-12-14 17:36 ` Ferruh Yigit
@ 2018-01-04 17:16   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-01-04 17:16 UTC (permalink / raw)
  To: Olivier Matz; +Cc: dev, Ferruh Yigit

14/12/2017 18:36, Ferruh Yigit:
> On 12/14/2017 6:21 AM, Olivier Matz wrote:
> > When the DPDK_GETMAINTAINER_PATH variable was not set, the error
> > message from get-maintainer.sh was quite cheap:
> > 
> > 	$ devtools/get-maintainer.sh --help
> > 	usage: get-maintainer.sh <patch>
> > 	Cannot execute DPDK_GETMAINTAINER_PATH
> > 
> > Add a more detailed explanation about this variable in the help.
> > 
> > Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-04 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 14:21 [dpdk-dev] [PATCH] scripts: enhance error message in get maintainer script Olivier Matz
2017-12-14 17:36 ` Ferruh Yigit
2018-01-04 17:16   ` Thomas Monjalon

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).