From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 394398E01 for ; Thu, 4 Jan 2018 18:16:25 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A8FB820D31; Thu, 4 Jan 2018 12:16:24 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 04 Jan 2018 12:16:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=EaWVZOkKHw9YFDykj74Mst8sSn x110KoE3r8deO86O8=; b=owsMncHzTADMzGOQ/iiBMPX8AQX7P4FuIhLf40Udj6 bAWjvjLq+zJ/bdEJsQRBNAVQalkkcief6gSlUu3bDXfi+CQkmYlF9PPCRpf3bGqQ IV0Quh73tBPfCVttDfYHfZZmR7bNH4BEhImbTR2kBlfur5CBBe8bBRew4ta8CBph s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=EaWVZO kKHw9YFDykj74Mst8sSnx110KoE3r8deO86O8=; b=YYGz7Z2gB7Zw4PPZXMyBmL GvTikjyJRa7ihDOF7Vfj+8k85ZniN9NscSJ9K7Q3E0o0i0PSUapc4Zwel4U62O5k H8V57tWePTJ6bT815eX1vLLcjmfbn8EaBvVLf/lj2cd+5KqI6exFiFAQ5v9lGiCE NBOyjKFfNcX+6sW6+egZ36Egx0W/ElzQvBp1vjPGdkYlXK+FXzW6KSlJcGlda6/z 5Cw+2BiHSlPhVT0T0flEjvDK2tFckMsHkRgTR43PcM0tmDcoWNrqZAN4Lsg88xvm +lVZj7R8qrnd2uaKidSa09jWLTk8+Jk2teK+491rJlUx1/ZxlpyTtvMXt09QQPeA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4A14C7E183; Thu, 4 Jan 2018 12:16:24 -0500 (EST) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org, Ferruh Yigit Date: Thu, 04 Jan 2018 18:16:04 +0100 Message-ID: <5902249.QUlgPPMpyl@xps> In-Reply-To: References: <20171214142140.23980-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] scripts: enhance error message in get maintainer script X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2018 17:16:25 -0000 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 > > Cannot execute DPDK_GETMAINTAINER_PATH > > > > Add a more detailed explanation about this variable in the help. > > > > Signed-off-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied, thanks