Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 2006-09-28 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-28 | 1 | -0/+2 | |
| | | | | | * image.py (presentRequiredMediaMessage): Don't say that cd #99 is needed | |||||
* | Look for repodata where the CDs are mounted, not where they are stored. | Chris Lumens | 2006-09-08 | 1 | -0/+3 | |
| | ||||||
* | Call the superclass's __init__ method before we needs the variables it sets up. | Chris Lumens | 2006-09-07 | 1 | -3/+1 | |
| | | | | This fixes NFS ISO installs. | |||||
* | 2006-08-16 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-08-16 | 1 | -4/+4 | |
| | | | | * image.py (findIsoImages): Adjust for changed paths | |||||
* | Move self.isoPath into the base ImageInstallMethod class (#201775). | Chris Lumens | 2006-08-11 | 1 | -1/+1 | |
| | ||||||
* | Removed iutil.copyFile. | Chris Lumens | 2006-07-12 | 1 | -2/+2 | |
| | ||||||
* | 2006-06-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-06-30 | 1 | -6/+5 | |
| | | | | | | | | | | * scripts/mk-images: Move second stage images to images/ dir. * image.py: Adjust for stage2 in images/ * loader2/cdinstall.c: Likewise. * loader2/hdinstall.c: Likewise. * loader2/method.c: Likewise. * loader2/nfsinstall.c: Likewise. * loader2/urlinstall.c: Likewise. | |||||
* | 2006-06-14 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-06-14 | 1 | -0/+2 | |
| | | | | | * image.py (CdromInstallMethod.switchMedia): Don't switch if we're already there. | |||||
* | Remove misleading comment. | Chris Lumens | 2006-06-05 | 1 | -1/+0 | |
| | ||||||
* | Fix cd install number window for yum backend and various tracebacks | Paul Nasrat | 2006-05-25 | 1 | -20/+20 | |
| | ||||||
* | Consolidate file fetching error handling into one set of urlgrabber error | Chris Lumens | 2006-05-25 | 1 | -0/+23 | |
| | | | | callbacks. Allow retrying when the error dialog is displayed (#183974). | |||||
* | Kill getRPMFilename. | Chris Lumens | 2006-05-08 | 1 | -48/+0 | |
| | ||||||
* | Get ready for a surprise... | David Cantrell | 2006-03-24 | 1 | -1/+2 | |
| | | | | not really. It's just iutil.getArch() -> rhpl.getArch() updates. | |||||
* | Rip out the guts of iutil. Die die die. | Chris Lumens | 2006-03-21 | 1 | -3/+7 | |
| | ||||||
* | * image.py (NfsIsoInstallMethod.mountImage): Present dialog and retry | David Cantrell | 2006-02-09 | 1 | -6/+29 | |
| | | | | | | | | | button if the requested CD image is not on the NFS server. User can ask the BOFH to put the required image in place and click retry. (#109051). * image.py (findIsoImages): stat the path before searching for ISOs, which seems to flush the NFS cache and new images are picked up. | |||||
* | Don't duplicate isys code. | Chris Lumens | 2006-01-13 | 1 | -10/+1 | |
| | ||||||
* | Fix indentation. | Chris Lumens | 2005-11-17 | 1 | -1/+1 | |
| | ||||||
* | CD specific switchMedia | Chris Lumens | 2005-11-17 | 1 | -120/+122 | |
| | ||||||
* | * image.py, installmethod.py: getRPMFilename takes a media number | Chris Lumens | 2005-11-17 | 1 | -34/+33 | |
| | | | | | | | | instead of a header obj. Use currentMedia everywhere. Add switchMedia method for images. * sortedtransaction.py: Handle AttributeError. Logic fixes. * yuminstall.py: Move _getcd to top level. Use package objs instead of headers. Handle transactions per-media image. | |||||
* | Don't prepend the tree twice. | Chris Lumens | 2005-11-15 | 1 | -1/+1 | |
| | ||||||
* | 2005-11-15 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-11-15 | 1 | -3/+3 | |
| | | | | | | | * yuminstall.py (simpleCallback.callback): Get the right filename, don't blow up if we can't unlink the file * image.py: Fix rpm filenames to be rooted at self.tree | |||||
* | Whoops, that was stupid of me. | Chris Lumens | 2005-11-15 | 1 | -2/+2 | |
| | ||||||
* | NfsInstall getRPMFileName) | Paul Nasrat | 2005-11-15 | 1 | -0/+2 | |
| | ||||||
* | Fixed typo again, this time with feeling. | Chris Lumens | 2005-11-15 | 1 | -1/+1 | |
| | ||||||
* | - set self.splitmethod=False for Nfs install method | Peter Jones | 2005-11-15 | 1 | -0/+1 | |
| | ||||||
* | Fix typo. | Chris Lumens | 2005-11-15 | 1 | -1/+1 | |
| | ||||||
* | Generate headers on split media methods | Paul Nasrat | 2005-11-15 | 1 | -0/+1 | |
| | ||||||
* | Change getRPMFileName signature, use in callback | Paul Nasrat | 2005-11-15 | 1 | -9/+9 | |
| | ||||||
* | Use getMethodUri to configure backend | Paul Nasrat | 2005-11-15 | 1 | -6/+0 | |
| | ||||||
* | getMethodUri applies to all image methods | Paul Nasrat | 2005-11-15 | 1 | -2/+3 | |
| | ||||||
* | Clean up method stuff a little | Paul Nasrat | 2005-11-15 | 1 | -3/+9 | |
| | ||||||
* | Remove legacy metadata handing | Paul Nasrat | 2005-11-15 | 1 | -6/+0 | |
| | ||||||
* | Remove legacy metadata handing | Paul Nasrat | 2005-11-15 | 1 | -42/+10 | |
| | ||||||
* | Disable media required popup | Paul Nasrat | 2005-11-15 | 1 | -7/+2 | |
| | ||||||
* | Simplify findBestFileMatch | Paul Nasrat | 2005-08-19 | 1 | -1/+1 | |
| | ||||||
* | Remove legacy comps reading | Paul Nasrat | 2005-08-19 | 1 | -1/+1 | |
| | ||||||
* | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -19/+21 | |
| | ||||||
* | Fix parameter passing so mounted ISO image installs work again, too. | Chris Lumens | 2005-05-02 | 1 | -1/+1 | |
| | ||||||
* | 2005-04-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-29 | 1 | -3/+3 | |
| | | | | | * image.py (CdromInstallMethod.getRPMFilename): Beep when asking to insert the CD, not after... | |||||
* | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | * text.py (InstallInterface.messageWindow): Properly return the idx of the return on a custom messageWindow * image.py (presentRequiredMediaMessage): Add back button for required media message (#114770) * textw/confirm_text.py (BeginUpgradeWindow.__call__): Likewise. (BeginInstallWindow.__call__): Likewise. * iw/confirm_gui.py (UpgradeConfirmWindow.getNext) (InstallConfirmWindow.getNext): Likewise. | |||||
* | 2005-04-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-26 | 1 | -11/+13 | |
| | | | | | | | | | | | | | | | | * image.py (CdromInstallMethod.getRPMFilename): Beep if we need to insert a new CD (#109264) * harddrive.py (HardDriveInstallMethod.__init__): Do method parsing here instead of in anaconda. Pass intf down. * image.py (ImageInstallMethod.__init__): Likewise. * image.py (CdromImageInstallMethod.__init__): Likewise. * image.py (NfsInstallMethod.__init__): Likewise. * image.py (NfsISOInstallMethod.__init__): Likewise. * installmethod.py (InstallMethod.__init__): Likewise. * urlinstall.py (UrlInstallMethod.__init__): Likewise. * anaconda: Make method __init__'s all basically act the same | |||||
* | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | * constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise. | |||||
* | 2004-11-30 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-01 | 1 | -0/+7 | |
| | | | | | | * image.py (findIsoImages): Skip ISOs which don't have a product/RPMS dir to avoid some of the confusion if users put the source ISOs in the same dir as the binary (#106017) | |||||
* | a little bit more clarity when prompting for CDs | Jeremy Katz | 2004-06-03 | 1 | -3/+7 | |
| | ||||||
* | don't prompt about needing multiple cds with the dvd (#121591) | Jeremy Katz | 2004-05-04 | 1 | -1/+25 | |
| | ||||||
* | more adjustments for RPM API changes. this should fix the problems people | Jeremy Katz | 2004-04-15 | 1 | -2/+2 | |
| | | | | have seen with making dvds from rawhide (which doesn't have disc # info) | |||||
* | revert to old cd handling code. this will at least fix cd ejecting even if | Jeremy Katz | 2004-04-08 | 1 | -54/+66 | |
| | | | | | it takes the code back to the ugliness it used to be. on my fc3 plate to fix nicely | |||||
* | duh (#116220) | Jeremy Katz | 2004-02-19 | 1 | -1/+1 | |
| | ||||||
* | clean up message a little bit, make it do the right thing (#114711) | Jeremy Katz | 2004-02-18 | 1 | -4/+9 | |
| | ||||||
* | some logging and fix cd swapping. | Jeremy Katz | 2004-02-02 | 1 | -21/+38 | |
| | | | | this code is crap and is going to get rewritten for post-test1 |