summaryrefslogtreecommitdiffstats
path: root/pyanaconda/packaging/yumpayload.py
Commit message (Expand)AuthorAgeFilesLines
* Acquire the yum lock before accessing YumBase.repos. (#858993)David Lehman2012-10-151-1/+5
* When changing environments, don't explicitly exclude groups (#863886).Chris Lumens2012-10-091-0/+12
* Make sure packages anaconda requires are installed.Chris Lumens2012-10-051-1/+15
* Delete ts data instead of trying to undo dep installs. (#851114)David Lehman2012-10-051-3/+7
* Use a better starting value for required space than 0.Chris Lumens2012-10-031-1/+4
* Add a progress message for quitting the installer.Chris Lumens2012-09-251-0/+5
* Handle --ignoremissing in _applyYumSelections (#859021).Chris Lumens2012-09-251-4/+26
* Only check media if we really want it (#853404)Jesse Keating2012-09-061-4/+8
* Honor kickstart and command line switches to enable multilib.David Lehman2012-09-061-0/+36
* Fix problems in the packaging module that pylint detected.Chris Lumens2012-08-301-29/+25
* Only show groups in the UI if they have members that install by default (defa...Bill Nottingham2012-08-291-0/+15
* Handle already mounted optical devices (#851274)Jesse Keating2012-08-271-6/+11
* Unset install_device if repo setup failsJesse Keating2012-08-271-0/+1
* enable fastestmirror yum plugin (#849797)Brian C. Lane2012-08-271-1/+1
* Add several missing yum lock aqcuisitions. (#851212)David Lehman2012-08-241-12/+17
* Revert "Only use mounted media that has repodata"Jesse Keating2012-08-241-5/+4
* Only use mounted media that has repodataJesse Keating2012-08-241-4/+5
* verify package checksums against metadataBrian C. Lane2012-08-211-1/+17
* If dracut left the DVD mounted, don't try to remount it (#849152).Chris Lumens2012-08-201-7/+15
* Add a local method for exposing group visibility from the comps file.Bill Nottingham2012-08-171-0/+12
* Add methods to yumpayload for handling environments.Bill Nottingham2012-08-171-0/+88
* Rename 'description' to 'groupDescription'.Bill Nottingham2012-08-171-1/+1
* Prevent yum messages from showing on ttyJesse Keating2012-08-141-0/+6
* Set transaction color in case of multilib install.Chris Lumens2012-08-141-0/+5
* Add selinux-specific RPM macro setup.Chris Lumens2012-08-141-3/+12
* Select language-specific groups as part of doInstall.Chris Lumens2012-08-021-2/+12
* Add packaging log and scriptlet loggingBrian C. Lane2012-08-021-3/+23
* Remove backend_logBrian C. Lane2012-08-021-13/+2
* log package installationBrian C. Lane2012-08-011-3/+4
* keep yum cache when installing to targetBrian C. Lane2012-07-301-6/+7
* Set a new progress message as soon as the last package is done.Chris Lumens2012-07-161-0/+6
* fix typo in yumpayload error handlingBrian C. Lane2012-07-121-2/+2
* update proxy supportBrian C. Lane2012-07-091-14/+40
* Don't unmount the DVD source at this point.Chris Lumens2012-06-261-2/+0
* add release call to fix SQLite thread errorBrian C. Lane2012-06-211-0/+1
* Fix missing yum.Errors in yumpayload.pyMartin Sivak2012-06-141-0/+1
* Make users revisit software spoke after changing base repo.David Lehman2012-06-061-0/+3
* Preserve mirrorlists in install-time yum repo configs.David Lehman2012-06-061-4/+4
* Protect YumPayload properties from some threading-related tracebacks.David Lehman2012-06-061-18/+33
* Make the edd dict a singleton and support bios specs in resolveDevice.David Lehman2012-06-061-1/+0
* Add support for cdrom and harddrive methods, including switching.David Lehman2012-06-061-28/+70
* Move nfs mount if iso images are found instead of using a symlink.David Lehman2012-06-061-13/+7
* Don't raise exceptions from groups, packages properties.David Lehman2012-05-111-3/+6
* Add notes to things that should be done in yum instead of YumPayload.David Lehman2012-05-111-0/+5
* Always select @core.David Lehman2012-05-091-0/+2
* Smooth out some rough edges with base repo switching.David Lehman2012-05-091-3/+11
* Remove the loop from checkSoftwareSelection.David Lehman2012-05-091-52/+33
* Threading yum only requires us to drop package sacks.David Lehman2012-05-091-2/+10
* Don't download filelists from yum repo as they aren't needed.David Lehman2012-05-091-7/+0
* Tweak progress bar updates a little bit.Chris Lumens2012-05-041-1/+1