]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
resulttool: Add --logfile-archive option to store mode
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Nov 2024 16:11:43 +0000 (16:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Nov 2024 14:28:29 +0000 (14:28 +0000)
commit1afc0f3d7e93fa8496be241e9622d3b9a6904bd5
treee56f0caff0a76ae6023aad32081a4dbf39a1c7fe
parent9604561d2022b6c76b1cb4186d40800d1affdd2b
resulttool: Add --logfile-archive option to store mode

Storing the log files inside the testresults git repo isn't scaling and isn't
really appropriate use of a git repository. Allow these to be optionally stored
in a separate filesystem location so the git repo can remain managable.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/resulttool/store.py