|
Bugzilla – Full Text Bug Listing |
| Summary: | Avoid downloading other.xml.gz by default | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Francis Giannaros <francis> |
| Component: | libzypp | Assignee: | Duncan Mac-Vicar <dmacvicar> |
| Status: | RESOLVED INVALID | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | crrodriguez |
| Version: | Alpha 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Francis Giannaros
2007-05-17 21:33:34 UTC
From what I see in YUMSourceImpl, we dont download other.xml
for (; ! repomd.atEnd(); ++repomd)
{
if ((*repomd)->type == "other")
continue;
For filelists, they are used to create file provides.
|