From patchwork Wed Oct 23 20:10:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Gomez via B4 Relay X-Patchwork-Id: 13847870 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 879B11CEE9D for ; Wed, 23 Oct 2024 20:10:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729714237; cv=none; b=Gh58mriN6HQkcDbE/vmq+MXA3cngiiGOMkDhvn7tbkpElx9te0G334OogPtmAW4+W+08Ww6fsAW3Sz8RWvxMCQDwQyGXVDMeh30pxQ9iVNPP9arQOtt1DR1CpQwqU5xE9HEXPDXdW18BN/qKvBF/DFTzwGpAiL7Qf7F6lNlC3zg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729714237; c=relaxed/simple; bh=eFo9/a9Xi5JQ4oFWinQNxngS4l5wO4vHidAddRdvqZY=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=qMvpwJTZtlTZN096142bOYHuBVRMnM1d80/poDEziqbo91tEgUNMVH7t4I7qaUJgBRa+slR1FREaIoAE/gPvh5vpNjvH58Z1LuYV3uOP0BlQcqH+f8FJ9MwOV4BydxKnJxMbT9EaV4uqnMaSh4IqHWxckxTs8NEBESnoIEUEcrk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cMICmJNh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cMICmJNh" Received: by smtp.kernel.org (Postfix) with ESMTPS id 2EC9DC4CEC7; Wed, 23 Oct 2024 20:10:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729714237; bh=eFo9/a9Xi5JQ4oFWinQNxngS4l5wO4vHidAddRdvqZY=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=cMICmJNhE9GPntlAz/N48zo4hlquSAS2l8vnP+JweBQgcWt3Wr2ZW4/y8nlSPKFKk VFMtk1JKk/k+i/vjFUffeZzV/MEYx+6dH6FCdv7QeRCPKmzpMfOxACz8k4rEBw/vO/ reiLm7IEbvmxbRFWD4UjbVosR7eHUTWP28QnNI//HEkbdXwpYzCNrXV8T/MTIIU+Lp NTlW6W4DC00vEiRIeuCVjeF1Rea5vUCHjPqLSJDft+aC4g6vQK1Ggdu+LRQwfKAFCy kAsXdmUxvgsmvoV9At4s5tioPiywIillXQhlQgNKsiWHdvcdBLGp1tUZc0UesQJMVR ULd0BWuawbz1A== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1EBA3CFA466; Wed, 23 Oct 2024 20:10:37 +0000 (UTC) From: Daniel Gomez via B4 Relay Date: Wed, 23 Oct 2024 22:10:30 +0200 Subject: [PATCH RESEND 2/2] .b4-config: add b4 support Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20241023-add-maintainers-file-v1-2-beaa0fdb7f8c@samsung.com> References: <20241023-add-maintainers-file-v1-0-beaa0fdb7f8c@samsung.com> In-Reply-To: <20241023-add-maintainers-file-v1-0-beaa0fdb7f8c@samsung.com> To: Luis Chamberlain Cc: "Daniel Gomez (Samsung)" , kdevops@lists.linux.dev, Daniel Gomez X-Mailer: b4 0.14.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1729714235; l=1247; i=da.gomez@samsung.com; s=20240621; h=from:subject:message-id; bh=6ZdVTdaEhW89kmttz1r6ZJj8jv9rMcQnbFq107FvY5g=; b=+ooHcYBjtCBH+hC9ssp2BfA5PHqwU/KZa5aJLz0PY3quHAAj2kFrkxlhqFCaUppelhB3FB6JL 6qILPwj44rsAAr6bm6saq5Wrr2QaHN4HbfL6I+SS+OlfieV+qqIRhH+ X-Developer-Key: i=da.gomez@samsung.com; a=ed25519; pk=BqYk31UHkmv0WZShES6pIZcdmPPGay5LbzifAdZ2Ia4= X-Endpoint-Received: by B4 Relay for da.gomez@samsung.com/20240621 with auth_id=175 X-Original-From: Daniel Gomez Reply-To: da.gomez@samsung.com From: Daniel Gomez To be able to support b4 properly, we need to configure a custom get_maintainers.pl argument list in b4. Use the same b4 default arguments + "--no-tree" to run the script outside a kernel tree. Documentation b4.send-auto-to-cmd and b4.send-auto-cc-cmd: https://b4.docs.kernel.org/en/latest/ config.html#contributor-oriented-settings This allows to run 'b4 prep --auto-to-cc', to collect the relevant addresses from the MAINTAINERS file for the commits/files included in the contributor patch series. For more information about contributor workflow: https://b4.docs.kernel.org/en/latest/contributor/ overview.html#what-s-the-b4-contributor-workflow Signed-off-by: Daniel Gomez Reviewed-by: Luis Chamberlain --- .b4-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.b4-config b/.b4-config new file mode 100644 index 0000000..e6cbbe6 --- /dev/null +++ b/.b4-config @@ -0,0 +1,3 @@ +[b4] + send-auto-to-cmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nol --no-tree" + send-auto-cc-cmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --nogit-chief-penguins --norolestats --nom --no-tree"