commit | a5c47bb3fd28c9178f3573fc49d6db60c43a0480 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Sun Sep 29 11:28:53 2019 +0800 |
committer | Lei YU <mine260309@gmail.com> | Wed Oct 23 06:53:42 2019 +0000 |
tree | 36cf5e90ed12bc5e3dc9f45dc6fa6d84897f7304 | |
parent | 9edb7330340d9abb16e69bd3b506bcd2ca0ae721 [diff] |
Refactor: remove DeleteAll interface There is no need for ItemUpdater to implement DeleteAll interface, remove it. Also make Activation::versionId private and provide a public getVersionId() method; Make ItemUpdater::erase() to pass const reference. Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: Ifd6c61fc21b2967d6c83f1df7aaa3b2e94cae86c
phosphor-psu-code-mgmt is a service to provide management for PSU code, including:
meson build/ && ninja -C build
meson -Doe-sdk=enabled -Dtests=enabled build/ ninja -C build/ test # Meson skips running the case due to it thinks it's cross compiling # Manually run the tests for t in `find build/test/ -maxdepth 1 -name "test_*"`; do ./$t || break ; done