Closed castulo closed 4 years ago
@otaviobp This PR should be ready for review, it has tests failing because there were some changes in the API tests. But the changes in the API tests tests are safe, the location where manifests are changed so things like this had to be changed:
from
sudo mkdir -p "$STATE1"/10
to
sudo mkdir -p "$STATE1"/manifest/10
Rebased
This PR groups all the manifest-related artifacts that swupd downloads under the same "manifest" directory, so we keep a better consistency within the statedir.
This PR is built on top of #1567 and it needs to be merged first.
Related to #1539