| Summary: | [RFE] pulp allows corrupt rpms to be pushed into repos | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Petter Hassberg <petter.hassberg> |
| Component: | rpm-support | Assignee: | pulp-bugs |
| Status: | CLOSED UPSTREAM | QA Contact: | pulp-qe-list |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.2 | CC: | aperotti, skarmark |
| Target Milestone: | --- | Keywords: | FutureFeature, Reopened, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-19 01:12:09 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
this was not a corrupt rpm after all. This also is applicable with actual corrupt rpm:s with sha1sum mismatch,. *** Bug 1029085 has been marked as a duplicate of this bug. *** Moved to https://pulp.plan.io/issues/211 |
Description of problem: I create a repo, and push to it a corrupt rpm, which won't install. Version-Release number of selected component (if applicable): 2.2.0-1 How reproducible: always Steps to Reproduce: 1. locate a corrupt rpm: rpm -K /tmp/corruptrpm-1.0-1.noarch.rpm: RSA sha1 ((MD5) PGP) md5 NOT OK (MISSING KEYS: (MD5) PGP#f44e7eb7) 2. pulp-admin rpm repo create --repo-id test-repo2 --relative-url test-repo2 3. pulp-admin rpm repo uploads rpm -f /tmp/corruptrpm-1.0-1.noarch.rpm --repo-id=test-repo2 +----------------------------------------------------------------------+ Unit Upload +----------------------------------------------------------------------+ Extracting necessary metadata for each request... [==================================================] 100% Analyzing: corruptrpm-1.0-1.noarch.rpm ... completed Creating upload requests on the server... [==================================================] 100% Initializing: corruptrpm-1.0-1.noarch.rpm ... completed Starting upload of selected units. If this process is stopped through ctrl+c, the uploads will be paused and may be resumed later using the resume command or cancelled entirely using the cancel command. Uploading: corruptrpm-1.0-1.noarch.rpm [==================================================] 100% 2729160/2729160 bytes ... completed Importing into the repository... ... completed Deleting the upload request... ... completed Actual results: Corrult rpm successfully pushed into pulp. Expected results: rpm upload should fail due to incorrect checksum Additional info: