Note the lack of software source if that is the reason we're not ready.
> diff --git a/pyanaconda/ui/gui/spokes/software.py b/pyanaconda/ui/gui/spokes/software.py
> index 6444811..7bfd040 100644
> --- a/pyanaconda/ui/gui/spokes/software.py
> +++ b/pyanaconda/ui/gui/spokes/software.py
> @@ -109,9 +109,13 @@ class SoftwareSelectionSpoke(NormalSpoke):
>
> @property
> def status(self):
> + from pyanaconda.threads import threadMgr
> if self._error:
> return _("Error checking software selection")
>
> + if threadMgr.get("AnaPayloadMDThread") or self.payload.baseRepo is None:
> + return _("Software source not set up")
> +
This spoke's title is really "Installation source", so that's how we
should refer to it.
- Chris
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|