diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2005-11-15 01:42:23 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2005-11-15 01:42:23 +0000 |
commit | c5dfda7091feb3ba4ad3dc2b7c9c24a0f9d7e7fb (patch) | |
tree | a51004c24a12d401ddf1dd0f862285eda7efea7b /urlinstall.py | |
parent | f95b509f3549d91a6121bc1e5e143da8cac9092d (diff) | |
download | anaconda-c5dfda7091feb3ba4ad3dc2b7c9c24a0f9d7e7fb.tar.gz anaconda-c5dfda7091feb3ba4ad3dc2b7c9c24a0f9d7e7fb.tar.xz anaconda-c5dfda7091feb3ba4ad3dc2b7c9c24a0f9d7e7fb.zip |
Remove legacy metadata handing
Diffstat (limited to 'urlinstall.py')
-rw-r--r-- | urlinstall.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/urlinstall.py b/urlinstall.py index 04162680b..9e4df57ba 100644 --- a/urlinstall.py +++ b/urlinstall.py @@ -80,13 +80,6 @@ def urlretrieve(location, file, callback=None): url.close() class UrlInstallMethod(InstallMethod): - def readComps(self, hdlist): - fname = self.findBestFileMatch('comps.xml') - # if not local then assume its on host - if fname is None: - fname = '%s/%s/base/comps.xml' % (self.baseUrl, productPath) - log.warning("Comps not in update dirs, using %s",fname) - return groupSetFromCompsFile(fname, hdlist) def getFilename(self, filename, callback=None, destdir=None, retry=1, disc = 1): |