commit | 719c5f08214f5571d51ec273eaa71d1b9817f79e | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Mar 09 03:54:13 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Sat Apr 04 03:19:58 2020 +0000 |
tree | 3c33f93951159ef041e16bd6cef04c2f05d707a0 | |
parent | 59642e214dd0df652f8ca6e5b6780218f0ce4f51 [diff] |
Switch to python 3 The python scripts in this repo supports both python2 and python3. Use python3 now since python2 is EOL. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ibcb2f2fdcdfbfa51a081586d34314afcba41ba87
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.