]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Nov 2024 14:28:29 +0000 (14:28 +0000)
commit9604561d2022b6c76b1cb4186d40800d1affdd2b
tree8fef1a0ccb41251d930a77a90d09d783cb4632b0
parent1adba3430faffdf6217b6a00533a3b48a9388abc
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>
scripts/lib/resulttool/store.py