From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9DC2EA04DD for ; Tue, 21 Jan 2020 19:14:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6BD5AF90; Tue, 21 Jan 2020 19:14:21 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BF528F72 for ; Tue, 21 Jan 2020 19:14:19 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 53581220BA; Tue, 21 Jan 2020 13:14:19 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 21 Jan 2020 13:14:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=rjTYEx7K/pBnZAV+R9B5ZEJjmho4YpCemfWtkIiaXCU=; b=BnlaCcON3Mm+ xIFdPDCrHKZXHryYWpvlCrlHwWECzyMdWlFSW8sYo4Q2iAazBg4Dqn6psNcc7rxs twRp+Y395vheV6ok+mGrqcmzLLnc0ilDK4wqrWFWd+6ynEF8FevoHTXrjcBTP26h aVVP24J/5Xh4ifbMOZWg2ZltXV2kVnc= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=rjTYEx7K/pBnZAV+R9B5ZEJjmho4YpCemfWtkIiaX CU=; b=tBoS2gQEXrSB4qkLS3BR2QXVac5HbaaNLpA+KRe5wgP5/jTCdxXy8OSBO vwNF1Kk4kodiFuTbYFDFV1qfBFYwkTi8e4rdAnYGibYEy8G6Wm2cGA8Og0FOpo+Z 1AZOXSQ08f/VZbJrcimQrpoVwgrqKIfTyLAbzAnw0uLVIL+PVD8wju2plVy94Mfr MzzQOzHUcLn47NU6gIZaPuQwEcaV8a5JtMWQX8xKPl82g2sGigqC8Sv+0HPUFGr3 rJ0HimOAvay1TS62pOWdQFkVh4weM06T7IuKVqgTZrVMf8PBT3/8PvxrayBY4grU HfiUaJ9AJxK85WQErbfTbjFk1wUtQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudekgddutdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 795423060B2C; Tue, 21 Jan 2020 13:14:18 -0500 (EST) From: Thomas Monjalon To: David Marchand Cc: ci@dpdk.org, alialnu@mellanox.com Date: Tue, 21 Jan 2020 19:14:17 +0100 Message-ID: <3258026.hUukIMtRk4@xps> In-Reply-To: <20200120153138.24817-1-david.marchand@redhat.com> References: <20200120153138.24817-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-ci] [PATCH] Revert "tools: fix tree detection for orphan files" X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" 20/01/2020 16:31, David Marchand: > The problem with this patch is that some files were with no git tree in > MAINTAINERS on purpose: some files are maintained in the main repository, > but we leave subtrees touch them like release notes or makefile/meson > files. > > So reverting it, and adding a comment to document the reason. > > Signed-off-by: David Marchand Acked-by: Thomas Monjalon Applied, thanks The solution is better specifying trees in MAINTAINERS for components which must not be changed in a sub-tree. Will merge your patches adding such info.