Skip to content

nixguix: Add support for listing origins with "recursive" integrity

Without this distinction the current directory or content loader will fail the download as they currently expect the checksums to be about the tarball. When a recursive "integrity" is provided, it's actually about the uncompressed tarball as per the nix-store computation.

It's detailed within the code.

The next step is to adapt the Directory/Content loader to deal with this.

Related to swh-loader-core#3294 (closed) Related to T3781


Migrated from D8614 (view on Phabricator)

Merge request reports