summaryrefslogtreecommitdiffstats
path: root/image.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of pychecker errors.Chris Lumens2008-01-121-1/+1
* Import sets if we're going to use it.David L. Cantrell Jr2008-01-031-1/+1
* Fix traceback when displaying required media.Chris Lumens2008-01-021-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+14
* Remove an unused function.Chris Lumens2007-12-141-6/+0
* methodstr cleanups.Chris Lumens2007-12-051-14/+16
* Make split media image installs work.Chris Lumens2007-12-051-418/+207
* Remove the ejectCD method as it's redundant.Chris Lumens2007-11-201-3/+0
* Remove unused functions from InstallMethods.Chris Lumens2007-11-201-22/+0
* 2007-09-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-241-0/+5
* One "disc" media is just a special case of multiple discs.Chris Lumens2007-08-131-2/+0
* 2007-08-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-131-23/+0
* 2007-08-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-131-3/+0
* - fix syntax errorPeter Jones2007-08-071-3/+3
* Add a more specific error message if there's an I/O error as opposed to beingChris Lumens2007-08-061-6/+13
* Remove unused method.Chris Lumens2007-07-271-3/+0
* Don't need to import FileCopyException. It's not used.Chris Lumens2007-07-261-2/+2
* 2007-07-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-251-15/+8
* 2007-07-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-021-9/+9
* Use "disc" instead of "CD" in dialogs (#242830).Chris Lumens2007-06-061-8/+7
* * image.py (CdromInstallMethod.__init__): don't nuke the timestampdlehman2007-06-041-3/+7
* 2007-04-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-121-0/+4
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-2/+2
* 2006-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-131-1/+1
* 2006-09-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-281-0/+2
* Look for repodata where the CDs are mounted, not where they are stored.Chris Lumens2006-09-081-0/+3
* Call the superclass's __init__ method before we needs the variables it sets up.Chris Lumens2006-09-071-3/+1
* 2006-08-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-161-4/+4
* Move self.isoPath into the base ImageInstallMethod class (#201775).Chris Lumens2006-08-111-1/+1
* Removed iutil.copyFile.Chris Lumens2006-07-121-2/+2
* 2006-06-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-301-6/+5
* 2006-06-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-141-0/+2
* Remove misleading comment.Chris Lumens2006-06-051-1/+0
* Fix cd install number window for yum backend and various tracebacksPaul Nasrat2006-05-251-20/+20
* Consolidate file fetching error handling into one set of urlgrabber errorChris Lumens2006-05-251-0/+23
* Kill getRPMFilename.Chris Lumens2006-05-081-48/+0
* Get ready for a surprise...David Cantrell2006-03-241-1/+2
* Rip out the guts of iutil. Die die die.Chris Lumens2006-03-211-3/+7
* * image.py (NfsIsoInstallMethod.mountImage): Present dialog and retryDavid Cantrell2006-02-091-6/+29
* Don't duplicate isys code.Chris Lumens2006-01-131-10/+1
* Fix indentation.Chris Lumens2005-11-171-1/+1
* CD specific switchMediaChris Lumens2005-11-171-120/+122
* * image.py, installmethod.py: getRPMFilename takes a media numberChris Lumens2005-11-171-34/+33
* Don't prepend the tree twice.Chris Lumens2005-11-151-1/+1
* 2005-11-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-151-3/+3
* Whoops, that was stupid of me.Chris Lumens2005-11-151-2/+2
* NfsInstall getRPMFileName)Paul Nasrat2005-11-151-0/+2
* Fixed typo again, this time with feeling.Chris Lumens2005-11-151-1/+1
* - set self.splitmethod=False for Nfs install methodPeter Jones2005-11-151-0/+1
* Fix typo.Chris Lumens2005-11-151-1/+1