Skip to content

Ensure requested objects exists in storage before inventory starts

While 99eed4c0 improved the situation when objects given to swh alter remove were missing from the storage, it would display one missing origin or object at a time. In case of extensive takedown requests, this create a cumbersome trial and error process.

Instead, we now ensure that all objects requested on the command line exists in storage before performoring the inventory step.

Merge request reports