]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
resulttool: Fix passthrough of --all files in store mode
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Nov 2024 16:09:41 +0000 (16:09 +0000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 4 Dec 2024 15:21:02 +0000 (07:21 -0800)
commitad850837d3a45fa7cc094e3eb9c059120664c8e2
tree1e458d8649b486a1e1e6ba098883b2a47ee664c5
parentbde2cf92e1a968e7272a194b887c331742f94d5b
resulttool: Fix passthrough of --all files in store mode

When using store mode, --all was broken as not all files were being preserved.
Fix this by limiting the scope of the git rm command.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9604561d2022b6c76b1cb4186d40800d1affdd2b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/resulttool/store.py