summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-28 11:51:29 -0400
committerChris Lumens <clumens@redhat.com>2008-08-04 15:38:36 -0400
commit1149224fc1cab888f000fb3d0db69fdd298de6f9 (patch)
tree174a2d6b687c60dc02f8a53bb3055f6fccb0249b /iw
parent88eafc915f23e2603de0d71e866e3d867104ad1d (diff)
downloadanaconda-1149224fc1cab888f000fb3d0db69fdd298de6f9.tar.gz
anaconda-1149224fc1cab888f000fb3d0db69fdd298de6f9.tar.xz
anaconda-1149224fc1cab888f000fb3d0db69fdd298de6f9.zip
Filter out repos that aren't enabled when running in betanag mode.
Diffstat (limited to 'iw')
-rw-r--r--iw/task_gui.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/iw/task_gui.py b/iw/task_gui.py
index cfac62ab4..5d7e79c48 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -577,10 +577,6 @@ class TaskWindow(InstallWindow):
tl.append_column(col)
for (reponame, repo) in self.repos.repos.items():
- # Filter out source and debuginfo repos for now.
- if repo.id.find("-source") != -1 or repo.id.find("-debuginfo") != -1:
- continue
-
store.append([repo.isEnabled(), repo.name, repo])
return tl