|
Bugzilla – Full Text Bug Listing |
| Summary: | Fedora 14: Import already registered repositories | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Stefan Haas <haas273> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | dheidler |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stefan Haas
2011-01-31 09:42:28 UTC
this is because of the diferent repo-path of zypp. zypp searches at /etc/zypp/repos.d/ while yum has its repos at /etc/yum.repos.d/ you can configure the path in /etc/zypp/zypp.conf simply add: reposdir = /etc/yum.repos.d we should add some magic to add this line by default, when building for fedora fixed in git commit 583e3ed13cc062109f1b5e8eca95f3a25ec4ece9 the zypp repofolder /etc/zypp/repos.d/ will be a symlink to /etc/yum.repos.d in fedora. |