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
Updated by daviddavis about 6 years ago
- Status changed from NEW to POST
- Assignee set to daviddavis
Updated by daviddavis about 6 years ago
I tested and confirmed that publishing w/ sha512 packages synced down with sha256 works. Here's an example in the code that shows we calculate these checksums:
Added by Elias Wimmer about 6 years ago
Updated by Anonymous about 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|03707019de008495811e24a656bf7aebfd45550b.
Updated by kersom about 6 years ago
- Related to Test #4124: Test Sync RPM package with sha512 checksum added
Added by kersom about 6 years ago
Revision f5d5275d | View on GitHub
Add pulp version required to run sha512 tests
Add the minimum Pulp version required in order to run sha512 tests. Pulp 2.18.
Updated by ttereshc almost 6 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
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