DDK-252: Restores checksum verification to export process
Previously, we removed the unsafe (and redundant) digest calculation method that was killing the process on large files. This MR restores checksum verification in a non-redundant way by building a map of paths to (repository-)known SHA1 digests, and then comparing the digests to the ones generated for the bag manifest.
There are a couple of included ancillary changes:
- Lowers the log level for API entity exposure generation to debug.
- Adds a
ci
option to.docker/test.sh