diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-27 01:41:11 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-27 01:41:11 +0000 |
commit | ed22bad610fb5082b63621cffc0d7e51f228a4a9 (patch) | |
tree | 90dac5b90af91f3cfe0a219f08d861072449b409 /comps.py | |
parent | 15743f4fcc3a54581ca68a14805cb77e624abeb4 (diff) | |
download | anaconda-ed22bad610fb5082b63621cffc0d7e51f228a4a9.tar.gz anaconda-ed22bad610fb5082b63621cffc0d7e51f228a4a9.tar.xz anaconda-ed22bad610fb5082b63621cffc0d7e51f228a4a9.zip |
check ondisk for these packages in case they are on the system and not newer in the distro
Diffstat (limited to 'comps.py')
-rw-r--r-- | comps.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -751,10 +751,10 @@ class ComponentSet: # arch2 = None # if arch == "sparc" and os.uname ()[4] == "sparc64": # arch2 = "sparc64" -# - arch2 = os.uname ()[4] - if not arch2 in self.archList: - self.archList.append (arch2) +## # +## arch2 = os.uname ()[4] +## if not arch2 in self.archList: +## self.archList.append (arch2) self.packages = hdlist self.readCompsFile(file, self.packages) |