Bug 1102745
Summary: | publish error when the synced rpm exists in an uploaded repo | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | rpm-support | Assignee: | Chris Duryee <cduryee> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 2.4 Beta | CC: | cduryee, skarmark |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | 2.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-09 06:56:16 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: | |
Embargoed: |
Description
Preethi Thomas
2014-05-29 13:23:58 UTC
This works for both Preethi and I with beta 19. Marking as ON_QA. verified [root@hp-dl380pgen8-01 ~]# rpm -qa pulp-server pulp-server-2.4.0-0.19.beta.fc20.noarch [root@hp-dl380pgen8-01 ~]# root@hp-dl380pgen8-01 ~]# pulp-admin rpm repo create --repo-id upload Successfully created repository [upload] [root@hp-dl380pgen8-01 ~]# pulp-admin rpm repo uploads rpm --repo-id upload -f pulp-dot-2.0-test-0.1.2-1.fc11.x86_64.rpm -v +----------------------------------------------------------------------+ Unit Upload +----------------------------------------------------------------------+ Extracting necessary metadata for each request... [==================================================] 100% Analyzing: pulp-dot-2.0-test-0.1.2-1.fc11.x86_64.rpm ... completed Files to be uploaded: pulp-dot-2.0-test-0.1.2-1.fc11.x86_64.rpm Creating upload requests on the server... [==================================================] 100% Initializing: pulp-dot-2.0-test-0.1.2-1.fc11.x86_64.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: pulp-dot-2.0-test-0.1.2-1.fc11.x86_64.rpm [==================================================] 100% 2359/2359 bytes ... completed Importing into the repository... This command may be exited via ctrl+c without affecting the request. [\] Running... Task Succeeded Deleting the upload request... ... completed [root@hp-dl380pgen8-01 ~]# [root@hp-dl380pgen8-01 ~]# [root@hp-dl380pgen8-01 ~]# [root@hp-dl380pgen8-01 ~]# pulp-admin rpm repo create --repo-id pulp --feed http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/pulp_unittest/ Successfully created repository [pulp] [root@hp-dl380pgen8-01 ~]# pulp-admin rpm repo sync run --repo-id pulp+----------------------------------------------------------------------+ Synchronizing Repository [pulp] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Downloading metadata... [|] ... completed Downloading repository content... [==================================================] 100% RPMs: 2/2 items Delta RPMs: 0/0 items ... completed Downloading distribution files... [==================================================] 100% Distributions: 3/3 items ... completed Importing errata... [\] ... completed Importing package groups/categories... [-] ... completed Task Succeeded Initializing repo metadata [-] ... completed Publishing Distribution files [-] ... completed Publishing RPMs [==================================================] 100% 3 of 3 items ... completed Publishing Delta RPMs [-] ... completed Publishing Errata [==================================================] 100% 52 of 52 items ... completed Publishing Comps file [==================================================] 100% 5 of 5 items ... completed Publishing Metadata. [-] ... completed Closing repo metadata [-] ... completed Publishing files to web [-] ... completed Writing Listings File [-] ... completed Task Succeeded This has been fixed in Pulp 2.4.0-1. |