From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Sat, 11 May 2019 15:44:20 -0400 Subject: [U-Boot] [PATCH 02/11] Add a simple script to remove boards In-Reply-To: <20190511192356.96651-3-sjg@chromium.org> References: <20190511192356.96651-1-sjg@chromium.org> <20190511192356.96651-3-sjg@chromium.org> Message-ID: <20190511194420.GB22232@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, May 11, 2019 at 01:23:47PM -0600, Simon Glass wrote: > This script attempts to create a git commit which removes a single board. > It is quite fallible and everything it does needs checking. But it can > help speed up the process. > > Signed-off-by: Simon Glass > --- > > tools/rmboard.py | 150 +++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 150 insertions(+) > create mode 100755 tools/rmboard.py > > diff --git a/tools/rmboard.py b/tools/rmboard.py > new file mode 100755 > index 0000000000..17952f795d > --- /dev/null > +++ b/tools/rmboard.py > @@ -0,0 +1,150 @@ > +#! /usr/bin/python > +# SPDX-License-Identifier: GPL-2.0+ > +# Copyright 2019 Google LLC Is this python3 or python2? Since we have a lot of python2 stuff currently, I want to be sure we're just adding python3 now, thanks. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: