Bug 950407
| Summary: | 'fetchmirrors' feature prevents unified handling of local and remote handles | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ales Kozumplik <akozumpl> |
| Component: | librepo | Assignee: | Tomas Mlcoch <tmlcoch> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | jzeleny, tmlcoch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-17 11:48:35 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
Ales Kozumplik
2013-04-10 08:24:39 UTC
Hi, behavior changed: https://github.com/Tojaj/librepo/commit/88c90e3935cd85a17b46bd414e588a62f8b9fceb Few notes: - handle.mirrors will be filled with content of mirrorlist specified by LRO_MIRRORLIST. - in case of local repository which contains a mirrorlist file, handle.mirrors will be filled with content of the file. - in case of local repository with mirrorlist file and LRO_MIRRORLIST option specified then handle.mirrors will contain mirrors from LRO_MIRRORLIST - in other cases like: - only LRO_URL for a remote repo is used - only LRO_URL for a local repo that doesn't have a mirrorlist stored handle.mirrors will be empty. |