mirror of
https://github.com/clearlinux/swupd-server.git
synced 2026-08-28 13:45:42 +00:00
9b8b1d5359
When subtracting a manifest from another, all the included manifests also will need to be subtracted from the original. To do this build up a unique list of all manifests included (directly or indirectly) from the manifest being subtracted from. With that in place, this gives an opportunity to provide the functionality of subtracting all included manifests from the main manifest by calling subtract_manifests(A, A);