Bug 1007396
| Summary: | can't sync pulp repo | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | cristi falcas <cristi.falcas> |
| Component: | rpm-support | Assignee: | Barnaby Court <bcourt> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | Master | CC: | cristi.falcas, mhrivnak, pthomas, 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:29 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
cristi falcas
2013-09-12 11:56:04 UTC
Looks like this is a problem only with --validate true This was probably already fixed by work done by bcourt. Verified on current master, this was fixed. build: 2.4.0-0.7.beta verified [root@pulp-24-server ~]# rpm -qa pulp-serverpulp-server-2.4.0-0.9.beta.el6.noarch [root@pulp-24-server ~]# [root@pulp-24-server ~]# pulp-admin rpm repo create --repo-id yum-puppet --feed http://yum.puppetlabs.com/el/6Server/products/x86_64/ --validate=true Successfully created repository [yum-puppet] [root@pulp-24-server ~]# [root@pulp-24-server ~]# [root@pulp-24-server ~]# [root@pulp-24-server ~]# pulp-admin rpm repo sync run --repo-id yum-puppet +----------------------------------------------------------------------+ Synchronizing Repository [yum-puppet] +----------------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Downloading metadata... [/] ... completed Downloading repository content... [==================================================] 100% RPMs: 352/352 items Delta RPMs: 0/0 items ... completed Downloading distribution files... [==================================================] 100% Distributions: 0/0 items ... completed Importing errata... [-] ... completed Importing package groups/categories... [-] ... completed Task Succeeded Publishing rpms... [==================================================] 100% Rpms: 352/352 items ... completed Publishing repository over HTTPS [-] ... completed Task Succeeded [root@pulp-24-server ~]# This has been fixed in Pulp 2.4.0-1. |