summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* Convert string.find calls into something modernJesse Keating2009-11-091-3/+3
* Platform.bootloaderPackage -> Platform.packagesChris Lumens2009-10-211-1/+1
* Use rpm to determine how to set bootloader args and default runlevel (#527520).Chris Lumens2009-10-201-9/+1
* 'Packages completed' string should use P_() instead of N_().David Cantrell2009-10-191-1/+1
* Remove double slash from nfs:// ks repo value for use in UI.Radek Vykydal2009-10-151-1/+3
* Handle Installation Repo (base repo) as any other in repo edit UI.Radek Vykydal2009-10-131-17/+5
* Fix methodstr editing dialog.Radek Vykydal2009-10-131-1/+1
* Store methodstr url of repo (#502208, #526022).Radek Vykydal2009-10-131-0/+19
* lokkit has moved to a subpackage, so require that (#523709).Chris Lumens2009-10-071-1/+1
* In repo editing UI do not use object we are creating (#515441).Radek Vykydal2009-10-071-17/+20
* Stop dragging mkinitrd into the installHans de Goede2009-10-021-1/+1
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-16/+23
* Add repo --proxy= support to kickstart.Chris Lumens2009-09-301-1/+23
* Pass the proxy config information to stage2.Chris Lumens2009-09-301-0/+9
* libcurl supports https in addition to http, so change our tests.Chris Lumens2009-09-301-1/+1
* Use temporary repo id for edited object to prevent Duplicate Repo error (#524...Radek Vykydal2009-09-291-0/+3
* Don't use baseurl containing space in yum repo object (#516042).Radek Vykydal2009-09-151-1/+1
* Fix busy cursor in repo editing (#518529)Radek Vykydal2009-09-141-2/+1
* No longer copy over the CD/DVD repodata or repo config file (#521358).Chris Lumens2009-09-091-17/+1
* Expose common fsset methods and properties in class Storage.David Cantrell2009-09-031-3/+3
* Only add "rhgb quiet" to boot args for non-serial installs (#506508, 510523).Chris Lumens2009-08-251-1/+2
* On rpm unpack errors, display a fatal error message (#452724).Chris Lumens2009-08-251-0/+13
* Close %packages with a %end (#518063)Jeremy Katz2009-08-181-0/+2
* Don't to unmount /mnt/source unless something's mounted there (#516304).Chris Lumens2009-08-101-1/+1
* Support NFS repos in kickstart (#495620, #507093).Chris Lumens2009-08-071-0/+23
* Check to see if the arch string starts with ppc64. (#516144)Joel Granados Moreno2009-08-071-1/+2
* Don't try to unmount the CD before we later unmount the CD (#515564).Chris Lumens2009-08-051-6/+3
* And finish off the removal of rhplJeremy Katz2009-07-291-2/+1
* Most windows no longer need an anaconda argument, since the intf has that.Chris Lumens2009-07-291-7/+7
* unmountFilesystems -> umountFilesystems (#510970).Chris Lumens2009-07-241-1/+1
* Disable devel repos on release (#503798)Jeremy Katz2009-07-231-0/+6
* Lots of small grammar and wording changes.Peter Jones2009-07-131-1/+1
* Edit user-visible dialogs for style.Peter Jones2009-07-131-12/+12
* Clean yum caches following preupgrade, too (#503096).Chris Lumens2009-07-101-2/+2
* Remove some unnecessary code.Chris Lumens2009-07-091-10/+2
* Use a method yum provides, rather than inventing our own.Chris Lumens2009-07-091-11/+6
* Remove _catchallCategory. yum handles this for us now.Chris Lumens2009-07-091-25/+0
* Make sure to have "self" as an argument.Chris Lumens2009-07-081-1/+1
* Use the yum preconf object to do $releasever substitution.Chris Lumens2009-07-081-10/+6
* Clean up some arch code.Bill Nottingham2009-07-071-3/+2
* no "rhgb quiet" on s390 to enable visible boot progress and system automation...Steffen Maier2009-07-061-4/+5
* Update code that checks for devices that contain install media.David Lehman2009-07-011-6/+3
* 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