summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Include yum.log in anacdump.txt too.Radek Vykydal2009-06-241-1/+1
* Log yum messages.Radek Vykydal2009-06-181-1/+27
* Remove problem packages before attempting a re-download (#501887).Chris Lumens2009-06-101-0/+3
* Remove the name check on driver disk packages (#472951).Chris Lumens2009-06-051-10/+4
* Use gettext.ldngettext when necessary (#467603)David Cantrell2009-06-031-6/+6
* Fix an error when editing an unreachable repo (#503454).Chris Lumens2009-06-011-2/+3
* We no longer write out /etc/rpm/platform, so don't offer to upgrade it.Chris Lumens2009-06-011-2/+2
* Fix the arch upgrade check in yuminstall.py, too (#498280).Chris Lumens2009-04-301-1/+8
* Move _resetRpmDb into iutil so we can access it everywhere.Chris Lumens2009-04-301-11/+4
* Fix the kernel package selection on ppc64 machines (#497264).Chris Lumens2009-04-281-1/+1
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-2/+2
* Clean up rpmdb locks at the end of the install (#496961)Jeremy Katz2009-04-231-0/+4
* Fix up the other caller of unmountCD to pass in a device (#493537).Chris Lumens2009-04-021-1/+3
* Fix the check for if there's enough space available on / and /usr (#492614).Chris Lumens2009-04-011-8/+1
* Revert "Port the dlabel feature from RHEL (#489314)"David Cantrell2009-03-241-1/+1
* Use the mount and unmount methods on OpticalDevice.format now.Chris Lumens2009-03-241-9/+10
* Port the dlabel feature from RHEL (#489314)Martin Sivak2009-03-241-1/+1
* Let mountFilesystems handling bind mounting /dev (#490772).Chris Lumens2009-03-231-8/+0
* If there was an exception leading to the urlgrabber error, log it.Chris Lumens2009-03-231-1/+4
* Use booleans in isys.mount() and isys.umount()David Cantrell2009-03-181-5/+5
* Simplify kernel package selection.Chris Lumens2009-03-171-42/+22
* Get iscsi going with the new storage codeHans de Goede2009-03-171-7/+0
* Fix the obvious and stupid typo (#490296).Chris Lumens2009-03-161-1/+1
* Add mediaPresent and eject to the OpticalDevice class.Chris Lumens2009-03-131-1/+2
* Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.confChris Lumens2009-03-131-3/+3
* Merge branch 'master' into anaconda-storage-branchDavid Cantrell2009-03-111-2/+1
|\
| * We also need to pack up the extra args tuple, too.Chris Lumens2009-03-111-1/+1
| * doLoggingSetup keeps growing new arguments, so put them into a dict (#489709).Chris Lumens2009-03-111-2/+1
* | Remove all uses of isys.cdromList, which no longer exists.Chris Lumens2009-03-051-1/+1
* | Add central methods to write out storage configuration.David Lehman2009-03-041-2/+1
* | Handle write and writeKS for the iSCSI and ZFCP modules.Chris Lumens2009-03-041-2/+2
* | protectedPartitions is a list, not a function.Chris Lumens2009-03-041-1/+1
* | Don't call selectBootloader anymore. That method was removed.Chris Lumens2009-03-041-1/+0
* | Move bootloader package information into the platform module.Chris Lumens2009-02-271-11/+1
* | Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-4/+4
* | Lots of little updates to make things use the new storage module.David Lehman2009-02-241-8/+10
* | Updates to make existing code use the new storage module.David Lehman2009-02-231-17/+9
|/
* Set runlevel 5 if any package provides service(graphical-login).Chris Lumens2009-02-231-4/+2
* Make sure to call _getConfig from our YumSorter subclass.Chris Lumens2009-02-021-1/+1
* Use the preconf object for yum configuration now (jantill).Chris Lumens2009-01-271-2/+8
* Only run selectBestKernel, selectBootloader, etc. for new installs.Will Woods2009-01-201-5/+6
* Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"Jeremy Katz2009-01-081-1/+1
* Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)Martin Sivak2009-01-081-1/+1
* Add a message to install.log when package installation is done (#476953).Chris Lumens2009-01-071-0/+1
* When there's no baseurl, set a default of [] instead of [''] (#476208).Chris Lumens2008-12-151-1/+5
* returnNewestByName now raises an error instead of returning [] (#472462).Chris Lumens2008-11-211-5/+9
* Only bring up the network dialog on package failures if required (#471502).Chris Lumens2008-11-171-5/+5
* Fix more UnicodeDecodeErrors, hopefully for good this time (#470733).Chris Lumens2008-11-111-17/+15
* Deselect groups when we reset things also (#469854)Jeremy Katz2008-11-061-0/+2
* We always need a wait window, not just when the repo has a name.Chris Lumens2008-11-051-1/+1