commit | 9440f491c2510cb3d39b702538563a8e39586718 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@us.ibm.com> | Wed Aug 30 11:34:16 2017 -0500 |
committer | Eddie James <eajames@us.ibm.com> | Tue Sep 12 09:45:44 2017 -0500 |
tree | 6a7ac5d5221789223db182cac55531faff9556de | |
parent | 6fab70da0729f138d534948f9cb32eded3b085a6 [diff] |
Fix problem requiring two Delete calls to remove an image - Remove Delete inheritance and method from Version object. - Add Delete inheritance and method to Activation object. - Add a listener in the image Manager for deleted Versions and remove its 'backup' copy of the Version. Resolves openbmc/openbmc#2086 Change-Id: If41783319cf1ff5b840b747ba457d0570bc52918 Signed-off-by: Eddie James <eajames@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`.