From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] devtools: add script to get maintainers from patch Date: Thu, 6 Jul 2017 16:07:52 +0530 Message-ID: <20170706103751.GA5907@jerin> References: <20170428163420.25785-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Thomas Monjalon , dev@dpdk.org To: Ferruh Yigit Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0071.outbound.protection.outlook.com [104.47.32.71]) by dpdk.org (Postfix) with ESMTP id CF227271 for ; Thu, 6 Jul 2017 12:38:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170428163420.25785-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Fri, 28 Apr 2017 17:34:20 +0100 > From: Ferruh Yigit > To: Thomas Monjalon > CC: dev@dpdk.org, Ferruh Yigit > Subject: [dpdk-dev] [PATCH] devtools: add script to get maintainers from > patch > X-Mailer: git-send-email 2.8.4 > > 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 patch to the get_maintainer.pl > script, like: > DPDK_GETMAINTAINER_PATH=~/linux/scripts/get_maintainer.pl > > Can be used individually: > ./devtools/get_maintainer.sh > > 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 Cool stuff. Should we also update the contribution guide for this scheme? so that it will increase the chance for maintainers to get the direct email and enable more timely patch review. Tested-by: Jerin Jacob