[dpdk-dev] [PATCH 2/2] devtools: disable fixes authors in get maintainers
Ferruh Yigit
ferruh.yigit at intel.com
Mon Nov 1 14:35:33 CET 2021
'get_maintainer.pl' by default returns authors that has fixes in
relevant code, to reduce the output only maintainers from MAINTAINERS
file, disabling fixes authors, by making '--no-fixes' default.
Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
devtools/get-maintainer.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/get-maintainer.sh b/devtools/get-maintainer.sh
index bba4d3f68db8..e546b8fdfd51 100755
--- a/devtools/get-maintainer.sh
+++ b/devtools/get-maintainer.sh
@@ -7,7 +7,7 @@
# - DPDK_GETMAINTAINER_PATH
. $(dirname $(readlink -f $0))/load-devel-config
-options="--no-tree --no-git-fallback"
+options="--no-tree --no-git-fallback --no-fixes"
options="$options --no-rolestats"
print_usage () {
--
2.31.1
More information about the dev
mailing list