commit | 0cfe1a2ee0fd9ecf69d340f7bad4a2a9c1b04d32 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Jun 21 14:16:22 2023 -0500 |
committer | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Jun 21 14:37:18 2023 -0500 |
tree | 9ca8dfe8b869a0d691ee8da2ba943271921b346d | |
parent | d73a663c79943ae97194347ca1ee3f8d454f6bfa [diff] |
Fix markdownlint and shellcheck errors This commit addresses issues with markdownlint complaining about unspecified languages for the fenced code blocks in the README.md files of the main repo and the dreport tool. Resolved this by specifying 'bash' as the language for these code blocks in both README.md files. Additionally added tools/dreport.d/ibm.d/plugins.d/badpel to .shellcheck-ignore to suppress SC1091 and SC2086 errors Change-Id: I3432dc87999f518949a9459d2ab07e21a73595b1 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.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