[PATCH 6/7] Modify the status test for the software selection spoke.

Chris Lumens clumens at redhat.com
Tue Oct 16 21:04:09 UTC 2012


Referencing baseRepo there can take an awful long time, which happens as part
of building the first hub.  This means there's a long time where the betanag
screen is sitting in front of the user completely unresponsive.
---
 pyanaconda/ui/gui/spokes/software.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/software.py b/pyanaconda/ui/gui/spokes/software.py
index e99a1a2..231e478 100644
--- a/pyanaconda/ui/gui/spokes/software.py
+++ b/pyanaconda/ui/gui/spokes/software.py
@@ -134,7 +134,7 @@ class SoftwareSelectionSpoke(NormalSpoke):
         if self._errorMsgs:
             return _("Error checking software selection")
 
-        if threadMgr.get("AnaPayloadMDThread") or self.payload.baseRepo is None:
+        if not self.ready:
             return _("Installation source not set up")
 
         row = self._get_selected_environment()
-- 
1.7.11.2



More information about the anaconda-patches mailing list