commit | 991af7ecfb579e72613b6c2ab5036a4dc7834636 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Dec 10 13:08:38 2018 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Dec 11 15:07:12 2018 -0600 |
tree | 1dd316c1c74255b79e2c87d46a9cdc5b5f11e593 | |
parent | 3b6a4cd700a60a1e4c969900e87a5e58512ebc89 [diff] |
item_updater: Call remove association on delete The remove association function was supposed to be called on delete but was never implemented so if the associations are queried but the version has been deleted, that'd be false information, so call to remove the associations on delete, also rename it to delete all associations, because the delete function already determined if the requested version is functional. Tested: Verified the associations for the requested version are deleted with a DeleteAll and Delete call. Change-Id: Ia4fde01c9500b648660bc9a4c355d44a35af7cc5 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 clean the repository run `./bootstrap.sh clean`.