Actions
Story #4007
closedAs a user, I can sync rpm packages with sha512 checksums
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.18.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
$ pulp-admin rpm repo create --repo-id nvidia-docker --feed https://nvidia.github.io/nvidia-docker/centos7/x86_64/
Successfully created repository [nvidia-docker]
$ $ pulp-admin rpm repo sync run --repo-id nvidia-docker
+----------------------------------------------------------------------+
Synchronizing Repository [nvidia-docker]
+----------------------------------------------------------------------+
This command may be exited via ctrl+c without affecting the request.
Downloading metadata...
[-]
Task Failed
The checksum type 'sha512' is unknown.
Related issues
Actions
add support for sha512
This fixes the error: PLP1005: The checksum type 'sha512' is unknown. reported also in https://github.com/NVIDIA/nvidia-docker/issues/811
fixes #4007 https://pulp.plan.io/issues/4007