diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-06-27 23:29:44 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-06-27 23:29:44 +0000 |
commit | 79c56def9e6e9fb238ac1468b6628af5231c5708 (patch) | |
tree | 7baed2487f555598b6114e4fbb786b4ad26f2ded /urlinstall.py | |
parent | 8717e8b346c619c062acdc9b650a42dba51d5c20 (diff) | |
download | anaconda-79c56def9e6e9fb238ac1468b6628af5231c5708.tar.gz anaconda-79c56def9e6e9fb238ac1468b6628af5231c5708.tar.xz anaconda-79c56def9e6e9fb238ac1468b6628af5231c5708.zip |
use comps.xml now
Diffstat (limited to 'urlinstall.py')
-rw-r--r-- | urlinstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urlinstall.py b/urlinstall.py index 5558037da..fd1d3cce9 100644 --- a/urlinstall.py +++ b/urlinstall.py @@ -37,7 +37,7 @@ DISCNUM = 1000002 class UrlInstallMethod(InstallMethod): def readCompsViaMethod(self, hdlist): - return ComponentSet(self.baseUrl + '/RedHat/base/comps', hdlist) + return ComponentSet(self.baseUrl + '/RedHat/base/comps.xml', hdlist) def getFilename(self, h, timer): tmppath = self.getTempPath() |