[anaconda][rhel7-branch][v2][PATCH] Fix environment handling

Martin Kolman mkolman at redhat.com
Tue Jun 30 14:18:26 UTC 2015


I discovered more potential issues with how we handle environments
and I've also found a few more way of making the code more usable and robust.
Changes from v1:

- squash the to patches together for better readability
- further refactoring of the refresh, completed and status properties
- more comments for the various states the software spoke can be in
- handle previously valid environments becoming invalid due to source
  switching
- don't tick any radio buttons if no environment is selected
-> such as if the user specified a wrong environment in kickstart and we want
   him to select one of the valid environments from the list
-> thanks to Vratislav & David Shea for the idea how to do that
   (invisible RadioButton)


Martin Kolman (1):
  Don't crash if incorrect environment is set in kickstart (#1234890)

 pyanaconda/packaging/yumpayload.py   |  14 +++
 pyanaconda/ui/gui/spokes/software.py | 173 +++++++++++++++++++++++------------
 2 files changed, 131 insertions(+), 56 deletions(-)

-- 
2.4.3



More information about the anaconda-patches mailing list