From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 408BFC4332F for ; Wed, 21 Dec 2022 01:56:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C2B17853F8; Wed, 21 Dec 2022 02:56:23 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="EETU41ET"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5EA29853F8; Wed, 21 Dec 2022 02:56:21 +0100 (CET) Received: from mail-qv1-xf2b.google.com (mail-qv1-xf2b.google.com [IPv6:2607:f8b0:4864:20::f2b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id D8D87853B9 for ; Wed, 21 Dec 2022 02:56:18 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=maxim.cournoyer@gmail.com Received: by mail-qv1-xf2b.google.com with SMTP id r15so9428078qvm.6 for ; Tue, 20 Dec 2022 17:56:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=6CWUhSSMYiOouxMkJ5uniyKYxawhgJ8hQktV+0KewlI=; b=EETU41ET4sDGLNhJHQCmrphUE+RAenRRZaaC2lqmf+eZ/azSOp74PRVc5cjG0YPp26 iNyBwNIlIzoiWZ/NOe+iPdn0XDAr5+ul/f+k+sbxJcJAW7kgME7dpMwgySL7RC6Pl9Px SjcYnya1WhQeIeYuM/I1mhKxlcvXD8RSXxngHVrqhQ6v3i8jjsX9QPdz8Td/ejGW7PHc vB6EoKKMOciWq3t/HHXliEK/fV7PNtp62kDapINdVBj9rc66YrFHsJsvAStsysAsd4qx aDv3S7UGiFL7ZOXdf9dHPqKKUDCfQIl8JjQfk2mvhqEqVg/Ap1sEdr02zOcru3QE4Pz1 RQ1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=6CWUhSSMYiOouxMkJ5uniyKYxawhgJ8hQktV+0KewlI=; b=hrHKTk57Oi+59Cw+byYe/aP/akH5xbzkngaXk6dVsOvNFgwpYSgD6D00hf2lZXy+9d dSk+Er0AuYmOKzUfDCSjh4FgV1MD3HFH3LUq6EWQkpC6o+wOWDdp51A7HjY11LvlCiIQ qWrwrRiwatzAnUHgQr5d/oGPDyP0LXZ2yRTIoHS+2PZQCPquOlZATao23nVoDh8pCErP TZvOAbz7BiYX2AyB7GDWQ/yMm/t0tURPZE9YrjfbHgKh1JFXR3r3vpA/spY98HDG7Zo7 o7JqKAXZxmVvN/ayQFTsyT5w/VDqkLGcx1/smhDoVGwqdwOP26feFumW4g0O7TFi2aq8 /01Q== X-Gm-Message-State: AFqh2krvlXjStqTASE0t1ooU6fuWr0BPKde7B/M5bpAf53jKNnGtd7VD GfcYpO2B/ZeV7ja0SS8UpYk= X-Google-Smtp-Source: AMrXdXtx+7NnvYQvJmpv+GVB6lImzLoSDy07d9x2vDYihFt3iaa9UEm+Ll3oFMHVySgzBrE5vLiyew== X-Received: by 2002:a05:6214:3b05:b0:4bb:8e32:93c9 with SMTP id nm5-20020a0562143b0500b004bb8e3293c9mr310906qvb.25.1671587777572; Tue, 20 Dec 2022 17:56:17 -0800 (PST) Received: from hurd ([2607:fad8:4:3::1002]) by smtp.gmail.com with ESMTPSA id t26-20020a05620a035a00b006b949afa980sm9673224qkm.56.2022.12.20.17.56.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Dec 2022 17:56:17 -0800 (PST) From: Maxim Cournoyer To: Simon Glass Cc: U-Boot Mailing List , Maxim Cournoyer Subject: Re: [PATCH v5 6/6] patman: additionally honor a local .patman config file References: <20221220053841.11721-1-maxim.cournoyer@savoirfairelinux.com> <20221220053841.11721-7-maxim.cournoyer@savoirfairelinux.com> Date: Tue, 20 Dec 2022 20:56:16 -0500 In-Reply-To: (Simon Glass's message of "Wed, 21 Dec 2022 00:28:29 +0000") Message-ID: <878rj14j0f.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hi Simon, Simon Glass writes: > On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer wrote: >> >> This enables versioning a project specific patman configuration file. >> It also makes it possible to declare the project name, which is not a >> useful thing to do in $HOME/.patman. A new test is added, along >> updated documentation. >> >> Signed-off-by: Maxim Cournoyer >> --- >> >> Changes in v5: >> - Use try/finally in cleared_command_line_args context manager >> >> Changes in v4: >> - Use tools.run to invoke git in test suite >> >> Changes in v3: >> - Clear command line arguments in test_git_local_config >> - Also test overriding a 'send' command line argument >> >> Changes in v2: >> - Explicitly provide an empty args list to parse_known_args in test >> >> tools/patman/patman.rst | 8 ++++- >> tools/patman/settings.py | 24 ++++++++++--- >> tools/patman/test_settings.py | 67 +++++++++++++++++++++++++++++++++++ >> 3 files changed, 94 insertions(+), 5 deletions(-) >> create mode 100644 tools/patman/test_settings.py > > Reviewed-by: Simon Glass > > Applied to u-boot-dm/next, thanks! Great, thank you for the review and seeing it through! -- Thanks, Maxim