summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
Commit message (Collapse)AuthorAgeFilesLines
* Generate headers on split media methodsPaul Nasrat2005-11-151-2/+4
|
* Change getRPMFileName signature, use in callbackPaul Nasrat2005-11-151-5/+2
|
* Use getMethodUri to configure backendPaul Nasrat2005-11-151-2/+3
|
* Clean up method stuff a littlePaul Nasrat2005-11-151-2/+2
|
* Stub split media yum classPaul Nasrat2005-11-141-0/+34
|
* 2005-11-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-131-3/+3
| | | | | * yuminstall.py (YumBackend.deselectGroup): Fix group deselection to pass pkgtup instead of po. hooray for api inconsistency
* 2005-11-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-111-1/+6
| | | | * yuminstall.py (AnacondaYum.log): fix log levels
* 2005-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-4/+14
| | | | | | * yuminstall.py (AnacondaYum.run): Basic (bad) support for handling transaction errors. Need to improve this, but at least it won't just traceback now.
* Exclude debuginfo for nowPaul Nasrat2005-11-081-0/+1
|
* Don't try to update a progress window that's been popped (#172232).Chris Lumens2005-11-081-2/+6
|
* Typo fix.Chris Lumens2005-11-071-2/+1
|
* Log error messages, detail repoerror causePaul Nasrat2005-10-311-2/+3
|
* remove an outdated commentJeremy Katz2005-10-281-1/+0
|
* 2005-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-281-30/+48
| | | | | | | | | | | | * yuminstall.py (AnacondaYum.getBestPackages): Return the best package_s_ for a package name/arch. Need more than one for multilib. Should fix (#171026) (YumBackend.getBestKernelByArch): Do this inside of selectBestKernel since that's the only place it's really wanted (YumBackend.selectGroup): Get packages using getBestPackages. (YumBackend.deselectGroup): Likewise. (YumBackend.selectPackage): Likewise. (YumBackend.deselectPackage): Likewise.
* 2005-10-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-281-5/+19
| | | | | * yuminstall.py (YumBackend.selectBestKernel): Select kernel-xen-guest if installing in a guest
* 2005-10-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-271-10/+22
| | | | | | | | | | * bootloader.py (writeBootloader): Handle inconsistently named kernel-xen-{guest,hypervisor} kernels * yuminstall.py (YumBackend.doRepoSetup): Give full error on tty3. (YumBackend.selectBestKernel): Temporarily allow installation of xen-hypervisor kernel package by passing 'xen0' on kernel command line (YumBackend.kernelVersionList): Remove obsolete cruft, add xen stuff
* 2005-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-241-1/+1
| | | | * yuminstall.py (YumBackend.kernelVersionList): Fix kernel finding
* 2005-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-241-11/+3
| | | | | | | | * dispatch.py (installSteps): Break out reposetup and base package selection into separate steps. * installclass.py (BaseInstallClass.setSteps): Likewise. * yuminstall.py (YumBackend.doRepoSetup): Add backend repo setup. * backend.py (doBasePackageSelect): Implement generically for now
* 2005-10-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-241-7/+64
| | | | | | | | * yuminstall.py (AnacondaYum.getBestPackage): Method to do best arch selection for now. (YumBackend.selectBestKernel): Find the "best" kernel for our system and select it. (YumBackend.selectBootloader): Ensure a bootloader is selected.
* Only get filelists when neededPaul Nasrat2005-10-211-4/+0
|
* Initial progress for depsolvingPaul Nasrat2005-10-201-7/+49
|
* order transaction, transaction coloringPaul Nasrat2005-10-201-0/+7
|
* Speed improvements, progress barPaul Nasrat2005-10-201-25/+68
|
* fix typoPaul Nasrat2005-10-131-1/+1
|
* Handle missing metadataPaul Nasrat2005-10-101-2/+13
|
* 2005-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-231-2/+2
| | | | | * yuminstall.py (YumBackend.deselectGroup): Fix group deselection to not remove everything
* 2005-09-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-221-4/+4
| | | | | * yuminstall.py: Adjust for yum api changes (returnNewestBy* always returns a list)
* 2005-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-201-2/+29
| | | | | | | | | | | | | * iw/simple_pkgselect.py: Simple group selection UI... * textw/simple_pkgselect_text.py: And the same for text mode * yuminstall.py (YumBackend): Some hacks for simple group selection UI. * dispatch.py (installSteps): Add simple group selection step. * gui.py (stepToClass): Likewise. * text.py (stepToClasses): Likewise. * installclass.py (BaseInstallClass.setSteps): Likewise.
* productPath not name...Paul Nasrat2005-09-201-7/+11
|
* 2005-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-191-1/+1
| | | | * yuminstall.py (YumBackend.doInstall): Fix silly typo
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-2/+9
| | | | | * yuminstall.py (AnacondaYum.setup): Do macro setup ourselves. (YumBackend.doInstall): Add macro magic to speed up installs.
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-50/+77
| | | | | | | | | | | | | | | | | | | | | | | | | * yuminstall.py (AnacondaYum.__init__): Little bit of clean-up, remove some unused code. (YumBackend.__init__): Create config file sooner. (YumBackend.doPreSelection): Get base install class package selection working in the short-term. (YumBackend): Implement groupExists, selectGroup, selectPackage and deselectPackage. * kickstart.py (AnacondaKSParser.handleCommand): Fix traceback. (Kickstart.setPackageSelection): Implement basic package selection. (Kickstart.setGroupSelection): ... and group selection. * installclass.py (BaseInstallClass.setPackageSelection): Use backend. (BaseInstallClass.setGroupSelection): Likewise. * dispatch.py (installSteps): Some comments to move stuff around, re-instate post action step. * backend.py (AnacondaBackend): Take instpath argument. Stub in functions for basic package/group selection. * anaconda: Pass rootPath into backend.
* fix typoPaul Nasrat2005-09-161-3/+3
|
* start to enable other install methodsPaul Nasrat2005-09-161-13/+19
|
* set runlevelPaul Nasrat2005-09-141-0/+3
|
* 2005-09-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-131-2/+2
| | | | | | * yuminstall.py (AnacondaYum.run): Fix install.log writing out some more. We probably want to just have yum be passed a file which it then sets for the log file and the scriptFd eventually.
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-5/+12
| | | | | | | | * yuminstall.py (YumBackend.doPreSelection): Do a minimal install if we ask for it until we get real package selection going. (AnacondaYum.run): Get RPM logging going to the install log. (YumBackend.doPreSelection): Hack for minimal installs until I hook up package selection.
* 2005-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-121-1/+1
| | | | * yuminstall.py (YumBackend.doPostInstall): Fix typo
* start to add some post stuff backPaul Nasrat2005-09-091-0/+19
|
* Set default desktop for momentPaul Nasrat2005-09-081-0/+1
|
* Default to graphical desktopPaul Nasrat2005-09-061-1/+2
|
* fix selinux macro path evaluationPaul Nasrat2005-09-061-1/+1
|
* whiteout and macros for correct sortingPaul Nasrat2005-09-011-2/+19
|
* Make backend actually installPaul Nasrat2005-08-311-2/+26
|
* don't remove metadata from under yumPaul Nasrat2005-08-311-2/+6
|
* Backend workPaul Nasrat2005-08-311-2/+1
|
* Dispatch/yuminstall fixupsPaul Nasrat2005-08-301-3/+5
|
* dispatch and yum backend integrationPaul Nasrat2005-08-301-71/+132
|
* break all but nfs installsPaul Nasrat2005-08-191-5/+0
|
* Use new logging system.Chris Lumens2005-08-121-1/+3
|