commit | 83cd21fbab1a59f57c4a8752406478a0127bde21 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Feb 28 15:48:48 2018 -0600 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Mar 01 14:50:09 2018 +0000 |
tree | c6c54e9b498fd245197edb55794a8255f8725411 | |
parent | f9ae45d2f300349bd8d5c8947f16fceb107b602e [diff] |
item_updater: Fix DeleteAll With the phosphor-bmc-code-mgmt commit ee13e8 "BMC: Fix the delete implementation" it broke the DeleteAll implementation created with commit bc1bf3a "BMC Updater: Add function to delete all versions" by erasing elements from the container we're iterating over, causing the application to core dump. Putting the original implementation back. Fixes openbmc/openbmc#2954 Change-Id: I858a2d773e6f529a6253903198048326d74d5c15 Signed-off-by: Adriana Kobylak <anoo@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`.