commit | aae1b2bbc1e7eb358a756606374c9a600b340542 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Fri Oct 06 13:42:39 2017 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Sun Oct 08 16:39:04 2017 -0500 |
tree | 193fed82de313c73d08b032405a9c784e5e7b56c | |
parent | 484429175d8806d80d2cc7e876e5e6a8834d55d7 [diff] |
Switch from runtime_error to elog No longer throw a runtime_error when an error occurs in getValue, getId, or getBMCVersion. Instead, elog an error. These functions in openpower-pnor-code-mgmt, already do this. Change-Id: Id0d5173705d9d014e298812c4561cf4bc1ee8910 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To full clean the repository again run `./bootstrap.sh clean`.