Re: [PATCH 6/7] Note the lack of software source if that is the reason we're not ready.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux