| Summary: | The yum distributor assumes that a distributor config has a "relative_url" setting | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Randy Barlow <rbarlow> |
| Component: | rpm-support | Assignee: | Mike McCune <mmccune> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | Master | CC: | mhrivnak |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-09 06:55:20 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: | |
|
Description
Randy Barlow
2013-09-05 20:35:46 UTC
This has been fixed as part of the new yum distributor build: 2.4.0-0.7.beta verified [root@pulp-24-server ~]# rpm -qa pulp-server pulp-server-2.4.0-0.9.beta.el6.noarch [root@pulp-24-server ~]# [root@pulp-24-server ~]# pulp-admin rpm repo create --repo-id rel-url --feed http://repos.fedorapeople.org/repos/pulp/pulp/demo_repos/zoo/ The server indicated one or more values were incorrect. The server provided the following error message: Relative URL [repos/pulp/pulp/demo_repos/zoo/] for repository [rel-url] conflicts with existing relative URL [/repos/pulp/pulp/demo_repos/zoo/] for repository [zoo] More information can be found in the client log file ~/.pulp/admin.log. [root@pulp-24-server ~]# This has been fixed in Pulp 2.4.0-1. |