From patchwork Mon Nov 1 13:35:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 103349 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 78B53A0C57; Mon, 1 Nov 2021 14:35:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 20D4D41109; Mon, 1 Nov 2021 14:35:42 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 74011410FD for ; Mon, 1 Nov 2021 14:35:40 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10154"; a="218203166" X-IronPort-AV: E=Sophos;i="5.87,199,1631602800"; d="scan'208";a="218203166" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Nov 2021 06:35:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,199,1631602800"; d="scan'208";a="727361393" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by fmsmga006.fm.intel.com with ESMTP; 01 Nov 2021 06:35:38 -0700 From: Ferruh Yigit To: Thomas Monjalon Cc: Ferruh Yigit , dev@dpdk.org Date: Mon, 1 Nov 2021 13:35:33 +0000 Message-Id: <20211101133533.3402007-2-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211101133533.3402007-1-ferruh.yigit@intel.com> References: <20211101133533.3402007-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 2/2] devtools: disable fixes authors in get maintainers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" '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 --- 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 () {