summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Fix cd install number window for yum backend and various tracebacksPaul Nasrat2006-05-251-6/+0
* Fix hard drive ISO installs/upgrades (#185292, #187941).Chris Lumens2006-05-251-0/+2
* Consolidate file fetching error handling into one set of urlgrabber errorChris Lumens2006-05-251-60/+42
* Display full NEVRA in log (#189308)Paul Nasrat2006-05-221-5/+2
* Hook copyExtraModules back up to copy updated modules to the installedChris Lumens2006-05-171-2/+71
* Unmount media late so it's still available for kickstart %post scriptsChris Lumens2006-05-151-1/+0
* Disable kernel-module supportPaul Nasrat2006-05-091-2/+3
* Remove pdb blurb.Chris Lumens2006-05-081-2/+1
* Support mirrorlist as well (still need to handle $ARCH though).Chris Lumens2006-05-081-4/+14
* Use productStamp in default repoid to prevent collisions with whatever otherChris Lumens2006-05-081-2/+2
* Typo fix.Chris Lumens2006-05-081-1/+1
* Make multirepo support work in kickstart.Chris Lumens2006-05-081-87/+45
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-68/+66
* Warn if there's not enough space for an upgrade (#189022).Chris Lumens2006-04-271-3/+26
* Fix typoPaul Nasrat2006-04-251-1/+1
* * yuminstall.py (AnacondaYumConf): Better regexp for trimming the baseDavid Cantrell2006-04-191-1/+1
* Display a different message on upgrade than on install (#189312).Chris Lumens2006-04-191-4/+6
* * yuminstall.py (AnacondaYumConf): Make a guess as to whether or notDavid Cantrell2006-04-181-2/+39
* Don't donwload things twice 183654Paul Nasrat2006-04-121-8/+8
* Fix some deprecation warnings.Chris Lumens2006-03-301-4/+4
* Pass in timer (#186761).Chris Lumens2006-03-271-2/+2
* Get ready for a surprise...David Cantrell2006-03-241-4/+5
* Create a dictionary in flags.py for storing /proc/cmdline. Nuke allChris Lumens2006-03-221-2/+1
* select kernel-devel by archPaul Nasrat2006-03-211-4/+4
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-0/+3
* don't clobber network on upgradesPaul Nasrat2006-03-131-1/+2
* Check the obvious (#185172).Chris Lumens2006-03-131-1/+2
* ignore conflicts on upgrade (#184461)Paul Nasrat2006-03-091-2/+4
* Don't try to download packages we're erasing (#184531).Chris Lumens2006-03-091-0/+3
* - fix whitespace/tabs in yuminstallPeter Jones2006-03-061-5/+5
* Better error handlingPaul Nasrat2006-03-061-4/+20
* Use urlgrabber's failure callback to handle retries and catch when filesChris Lumens2006-03-061-35/+27
* 2006-03-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-061-13/+13
* * yuminstall.py (doPostInstall): Only set runlevel 5 if we're runningDavid Cantrell2006-03-061-2/+3
* Disable size check on upgrade (#184112).Chris Lumens2006-03-061-20/+22
* 2006-03-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-041-2/+2
* Support package globs (#177621).Chris Lumens2006-03-031-11/+2
* Error if there's not enough disk space to install the selected packagesChris Lumens2006-03-031-0/+27
* 2006-03-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-031-0/+5
* conditionals in yumPaul Nasrat2006-03-021-15/+6
* 2006-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-281-1/+1
* Make conditional packages on deps workPaul Nasrat2006-02-231-2/+9
* * yuminstall.py: Suppress 'repository is missing name in config'David Cantrell2006-02-231-0/+1
* Improved upgrade supportPaul Nasrat2006-02-221-0/+54
* Fixed typo.David Cantrell2006-02-221-1/+1
* Enable DVD created from tree to work againPaul Nasrat2006-02-211-1/+5
* Complain about unknown packages and groupsPaul Nasrat2006-02-171-1/+14
* When the CD is bad and we retry, make sure to get fn again instead ofChris Lumens2006-02-171-0/+4
* distinguish success or failure in pkg/grp selectionPaul Nasrat2006-02-161-6/+8
* 2006-02-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-141-1/+1