[PATCH 0/2] v2 of getBaseRepo/preconf patches

Brian C. Lane bcl at redhat.com
Fri Nov 8 23:50:29 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

Patch 1 is slightly different from the original in that it reverts to current
behavior in the software spoke init and only checks payload md thread if
kickstarted. Patch #2 takes care of potential preconf collisions. I'm pretty sure.

I have tested these against DVD and netinst with and without askmethod cmdline arg.
There are some other bugs that may show up but are pre-existing:
 * in GUI switching from DVD to network and back again results in a attribute traceback
 * in text entering source too soon can result in a urlgrabber error (because it is busy getting metadata)
 * in text an error isn't cleared on the source spoke, preventing install from continuing.
   software spoke still works, asks to confirm changes and shows GNOME selected.

(I still need to search for and file bugs for these if they don't already exist).

Brian C. Lane (2):
  Remove threading from getBaseRepo handling (#1011555)
  Make _yum.preconf setup atomic (#1028245)

 pyanaconda/packaging/__init__.py     |  18 +---
 pyanaconda/packaging/dnfpayload.py   |   4 +-
 pyanaconda/packaging/yumpayload.py   | 194 ++++++++++++++---------------------
 pyanaconda/ui/gui/spokes/source.py   |  12 +--
 pyanaconda/ui/tui/spokes/software.py |   9 +-
 pyanaconda/ui/tui/spokes/source.py   |   8 +-
 6 files changed, 98 insertions(+), 147 deletions(-)

-- 
1.8.3.1



More information about the anaconda-patches mailing list