summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-27 01:41:11 +0000
committerMatt Wilson <msw@redhat.com>2001-06-27 01:41:11 +0000
commited22bad610fb5082b63621cffc0d7e51f228a4a9 (patch)
tree90dac5b90af91f3cfe0a219f08d861072449b409 /comps.py
parent15743f4fcc3a54581ca68a14805cb77e624abeb4 (diff)
downloadanaconda-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.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/comps.py b/comps.py
index 477ff118f..e7ac4edf4 100644
--- a/comps.py
+++ b/comps.py
@@ -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)