commit | ae06d76a2387674f7835feacbf4a406c4d5541f7 | [log] [tgz] |
---|---|---|
author | Zami Seck <zimzam17@gmail.com> | Fri Aug 13 20:11:15 2021 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Thu Sep 30 15:19:37 2021 +0000 |
tree | 4fef431aad3b6d4a35ea11e6e8082ec3628117f7 | |
parent | 3ea1e870cb2205633d74c32d2b520e71e68be501 [diff] |
item_updater : erase() : remove uploaded images This method needs to erase both uploaded and active images to ensure that after either the Delete or DeleteAll methods are called, all targeted images are removed regardless of activation status and the necessary space is freed up. Erase should also handle the deleting of images from the image manager to ensure that--after deletion--the same image can then be uploaded without receiving the "image already exists" message. Tested: Used busctl to call the delete method. Ensured that the same image can then be uploaded again without reboot. Ensured that the tmp/images/ directory was empty. Signed-off-by: Zami Seck <zimzam17@gmail.com> Change-Id: I3ebec1f4bd9dfcf406afa22f958621ed56eca9b1
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:
meson build
ninja -C build
To clean the repository run rm -r build
.