diff options
author | Andres Vargas ( zodman ) <zodman@foresightlinux.org> | 2009-03-26 12:19:45 -0600 |
---|---|---|
committer | Andres Vargas <zodman@gmail.com> | 2009-03-26 12:19:45 -0600 |
commit | 0f51afda816063e26b585e60869b8d8013252aac (patch) | |
tree | c49e33e1a9a7ebbd1e400545d6f32c415c12b01a /backends/conary/XMLCache.py | |
parent | 6feeb44b30242713bb3bf1a619840ba03efcffa6 (diff) |
conary: add xmlfile for conary.rpath.com repo what its missed
Diffstat (limited to 'backends/conary/XMLCache.py')
-rw-r--r-- | backends/conary/XMLCache.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/conary/XMLCache.py b/backends/conary/XMLCache.py index 4e0767040..b20e15012 100644 --- a/backends/conary/XMLCache.py +++ b/backends/conary/XMLCache.py @@ -257,6 +257,7 @@ class XMLCache: def _fetchXML(self ): con = ConaryPk() labels = con.get_labels_from_config() + log.info(labels) for i in labels: label = i + '.xml' filename = self.xml_path + label |