numam-dpdk/devtools
Ferruh Yigit 7a62910653 devtools: add script to get maintainers from patch
This is a wrapper to Linux kernel get_maintainer.pl file and only
supports parsing MAINTAINERS file (no git fallback etc..)

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

Can be used individually:
./devtools/get-maintainer.sh <my.patch>

Or via git send-email, to add maintainers automatically:
git send-email --to-cmd ./devtools/get-maintainer.sh \
--cc dev@dpdk.org HEAD -4

Currently there is an ugly workaround to be able to use Linux script out
of the kernel tree, later better method can replace it.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-11-08 00:38:46 +01:00
..
cocci fix typos using codespell utility 2017-06-14 23:54:13 +02:00
build-tags.sh update Cavium Inc copyright headers 2017-07-08 17:43:49 +02:00
check-dup-includes.sh devtools: add script to find duplicated includes 2017-08-03 12:05:09 +02:00
check-git-log.sh devtools: add git log checks for acronyms 2017-04-25 11:58:07 +02:00
check-includes.sh vhost: fix header for strict compilation flags 2017-05-01 00:13:15 +02:00
check-maintainers.sh devtools: speed up maintainers check 2017-08-03 12:40:35 +02:00
checkpatches.sh devtools: ignore warning on long log string 2017-03-06 16:00:35 +01:00
cocci.sh scripts: move to devtools 2017-01-04 21:17:32 +01:00
get-maintainer.sh devtools: add script to get maintainers from patch 2017-11-08 00:38:46 +01:00
git-log-fixes.sh devtools: fix version search with git < 2.7.0 2017-09-22 15:42:24 +02:00
load-devel-config scripts: move to devtools 2017-01-04 21:17:32 +01:00
test-build.sh devtools: rename build dependency of mlx drivers 2017-11-07 23:46:24 +01:00
test-null.sh scripts: move to devtools 2017-01-04 21:17:32 +01:00
validate-abi.sh devtools: rework ABI checker script 2017-11-08 00:23:22 +01:00