commit | 4f5079b89c5cf919cadfed47e0d9b043f4b7569f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Dec 03 06:07:32 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 05 06:15:40 2022 -0600 |
tree | 3eb6bcfba7ae90042184a139c56d69d32d00e303 | |
parent | aa72e7f063d5819fa00151880b00558560639162 [diff] |
shellcheck: add ignore for files currently failing I am going to enable shellcheck everywhere by default and instead enable repositories to specify a .shellcheck-ignore of files that can be ignored. I'm hoping going forward that the maintainers here will work at slowly reducing this file over time... Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I03a147a6b0b418bf9b7875826ece44a3cc231769
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test