commit | 971d1a747be7ffb0444bf1821fa345af5989fac1 | [log] [tgz] |
---|---|---|
author | Matt Fischer <matthew.fischer@hpe.com> | Tue Dec 17 20:37:55 2024 -0700 |
committer | Matt Fischer <matt.fischer@hpe.com> | Thu Dec 26 13:38:59 2024 +0000 |
tree | 903279cb079466255d59b5fc41b4c2e0ec5cbaf0 | |
parent | 454dee5faaaf4fba9546eafb23f317bcd87bff44 [diff] |
Fix some things in dreport The version command for dreport doesn't do anything and so this commit removes it. Additionally I was having trouble with --quiet and --verbose. After enough squinting one can see that a different dash character was being used in the original code, likely these never worked. Fixes openbmc/phosphor-debug-collector#18 Change-Id: I86eb58e848790122f2c23841de3c39e18acd7d0b Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>
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