summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Expand)AuthorAgeFilesLines
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-011-1/+1
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-301-12/+22
* Fix %packages section for ISO media installs (#231121, 235881).Chris Lumens2007-04-271-1/+8
* Load spufs module on cell (#237725) and remove spufs hack as we should do thePaul Nasrat2007-04-271-3/+0
* Actually mount /spuPaul Nasrat2007-04-261-0/+3
* More error handling in yuminstall.py, largely targeting mirror failover. See ...dlehman2007-04-251-54/+106
* 2007-04-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-231-2/+3
* Lots of changes to fix handling of mirror failures. See ChangeLog for details.dlehman2007-04-201-74/+130
* Don't traceback if there's no packages to update.Chris Lumens2007-04-181-3/+3
* 2007-04-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-181-1/+0
* Convert text from the package header out of Unicode since we can't put thatChris Lumens2007-04-171-2/+2
* Don't write out remove lines for packages that don't exist on the installationChris Lumens2007-04-101-2/+6
* 2007-04-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-031-2/+6
* Correctly detect if there are no more mirrors to try (#232639).Chris Lumens2007-04-031-2/+4
* Remove a couple FIXMEs for things that are now in yum.Chris Lumens2007-03-221-18/+0
* Bring back working method to fix optional package selection for now (#232701).Chris Lumens2007-03-191-1/+17
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-051-71/+2
* 2007-03-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-051-219/+31
* 2007-02-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-02-281-30/+55
* Finish up the extended group selection syntax by adding code to deselectChris Lumens2007-02-261-2/+31
* Verify added repositories when the user has gone back to the tasksel screen asChris Lumens2007-02-231-2/+4
* * yuminstall.py (selectBestKernel): actually select kernel-xen-develdlehman2007-02-231-1/+1
* If /etc/mtab exists, delete it since it might be a symlink (#213818).Chris Lumens2007-02-221-1/+6
* * yuminstall.py: Do not try to import from genheader.David Cantrell2007-02-131-1/+0
* grp is a string, not an object.Chris Lumens2007-02-011-1/+1
* Do a better job about writing out which packages are selected/deselectedChris Lumens2007-02-011-7/+28
* 2007-01-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-291-1/+10
* * yuminstall.py (YumBackend.__init__): We actually do want to beJeremy Katz2007-01-181-1/+1
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-0/+1
* * yuminstall.py (doPostSelection): remove packages added to solvedlehman2007-01-161-2/+8
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-161-1/+1
* 2007-01-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-111-1/+1
* 2006-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-131-0/+3
* 2006-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-11-161-3/+3
* 2006-11-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-11-061-14/+0
* Use disc url and split media style install for ftp/http loopback mount setupsPaul Nasrat2006-11-031-6/+26
* Fix typo.Chris Lumens2006-11-011-1/+1
* Fix text based install selection of languages as they are only set in LANG ifPaul Nasrat2006-11-011-3/+2
* Disable keepalive since it seems to be broken and leaking file descriptorsChris Lumens2006-10-271-1/+3
* Don't completely fail after trying just the first mirror (#208077, #212014).Chris Lumens2006-10-251-7/+8
* Keep runlevel 3 if doing a VNC install (#211318).Chris Lumens2006-10-181-1/+1
* 2006-10-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-181-3/+3
* Fix up for failure on __get (#211117)Paul Nasrat2006-10-171-2/+2
* 2006-10-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-161-4/+4
* Older getHeaderPaul Nasrat2006-10-111-0/+12
* Added because it's needed by __get additions from yesterday.Chris Lumens2006-10-111-0/+11
* Fix what I broke earlier with that incorrect commit.rhel5-baseChris Lumens2006-10-101-6/+6
* Fix for yum api change supporting basepath that we use for split media hinting.Paul Nasrat2006-10-101-0/+83
* Allow setting the system language to something other than what's in lang-table,Chris Lumens2006-10-101-6/+6
* Fix cd/nfsiso installs for new yum apiPaul Nasrat2006-10-091-0/+10