summaryrefslogtreecommitdiffstats
path: root/exception.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix traceback in exception handler for cmdline mode.Chris Lumens2006-05-081-0/+5
|
* We don't need system-config-keyboard in the path here anymore. Fix upChris Lumens2006-05-041-48/+48
| | | | exception handling to use anaconda object.
* import shutil would be nice.David Cantrell2006-03-271-0/+1
|
* * exception.py (handleException): iutil.copyFile -> shutil.copyfile.David Cantrell2006-03-271-1/+1
|
* Get ready for a surprise...David Cantrell2006-03-241-1/+2
| | | | not really. It's just iutil.getArch() -> rhpl.getArch() updates.
* 2006-03-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-131-16/+0
| | | | | | | | | | | | | | | | | | * packages.py: Remove some obsolete code, convert a little bit of copyExtraModules (... which needs to be hooked back up) * gui.py: No longer import rpm * yuminstall.py: Add specspo bits here instead * exception.py (dumpException): Remove grpset code. * instdata.py (InstallData.reset): Likewise. 2006-03-13 Matt Wilson <msw@rpath.com> * dispatch.py: Remove obsolete code. * floppy.py: Likewise. * language.py: Likewise. * upgrade.py: Likewise.
* String consistency (#181916).Chris Lumens2006-03-101-1/+1
|
* Make the exception dumping code smart enough to ignore all references to thingsChris Lumens2006-02-231-72/+50
| | | | in our skip list.
* 2006-02-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-231-0/+2
| | | | * exception.py (dumpClass): More skipping
* Reboot after writing to floppy or remote (#181745).Chris Lumens2006-02-171-6/+8
|
* Trim out package information under another name.Chris Lumens2006-02-031-0/+1
|
* exception.py (handleException): Changed 'be reset' to say 'be rebooted'David Cantrell2006-01-251-1/+1
| | | | (#178566).
* Add yum package selections and excludes to keySkipList. Fix an exception inChris Lumens2006-01-171-5/+13
| | | | exception dumping code.
* Take a filename from the user instead of assuming what we got was just aChris Lumens2006-01-131-1/+2
| | | | directory (#177738).
* Remove a bunch more passwords and language-related stuff from the exceptionChris Lumens2006-01-131-0/+9
| | | | dumps.
* * anaconda: Record the PID of the forked process that handlesDavid Cantrell2005-12-131-0/+24
| | | | | | | | | | | | | | spawning the shell when you are using the VNC mode. * iutil.py (execWithRedirect): If we see /tmp/vncshell.pid, record the PID of whatever we just spawned. * exception.py (handleException): If we see /tmp/vncshell.pid, open it and kill everything listed. Attempt to reclaim std IO. Drop to pdb after we have made sure the shell and spawning loop are dead. Generic comment: Statements like "if not child:" are misleading because that test would be true if it actually was the child. I have changed a few to "if child == 0:" to make it more readable.
* 2005-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-1/+2
| | | | | * exception.py (dumpClass): Don't include backend.ayum because it's a ton of (not overly useful) stuff.
* Seriously skip instLanguage stuff.Chris Lumens2005-11-081-0/+2
|
* Don't make scp/floppy errors (typos, etc.) fatal so the user has anotherChris Lumens2005-10-241-6/+7
| | | | chance to copy the exception off.
* Don't dump language dicts.Chris Lumens2005-10-201-6/+3
|
* Add support for copying backtraces to remote hosts to the text interface.Chris Lumens2005-10-191-2/+4
| | | | Also make the cancel buttons go back to the main exception window screen.
* Break exception copying code out into its own functions so the exceptionChris Lumens2005-10-181-117/+140
| | | | | window can run in a loop, therefore making the Cancel buttons more useful than rebooting the machine.
* Added a button to the exception dialog for saving the detailed tracebackChris Lumens2005-09-221-64/+137
| | | | to a remote host via scp.
* Use glade for the exception dialog and display the full traceback on theChris Lumens2005-09-201-1/+1
| | | | bottom.
* 2005-08-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-301-0/+1
| | | | * exception.py (dumpClass): Stop spamming dumps with the release notes
* Use new logging system.Chris Lumens2005-08-121-4/+6
|
* Deprecate the langsupport kickstart keyword in favor of adding languageChris Lumens2005-06-281-3/+0
| | | | support package groups to the %packages section of the kickstart file.
* 2005-05-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-191-1/+5
| | | | * exception.py (handleException): Just exit on the bdbQuit exception.
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-7/+7
| | | | | | class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea.
* 2005-02-07 Matt Wilson <msw@specifixinc.com>Jeremy Katz2005-02-071-0/+1
| | | | * exception.py: Import log handler
* no need to send us a copy of the release notes everytime anaconda goes legs upMike Fulbright2003-07-291-0/+1
|
* fix a problem which came up in bug #100473Mike Fulbright2003-07-291-1/+1
|
* merge to HEADJeremy Katz2003-05-221-1/+1
|
* new package stuff here tooJeremy Katz2003-05-211-9/+5
|
* syslog is in anacdump.txt now so no needMike Fulbright2003-05-091-7/+0
|
* need to specify dest filename in path to copyFileMike Fulbright2003-05-061-3/+7
|
* fix for bug #50618Mike Fulbright2003-04-071-7/+8
|
* attempt at allowing you to filter what data is output in exceptions, and ↵Mike Fulbright2003-04-031-27/+92
| | | | formatted so its a little easier to read
* add /tmp/lvmout to the list of files we pull in to tracebacksJeremy Katz2003-02-101-0/+1
|
* changes to work with new xsetup objectMike Fulbright2002-11-121-3/+3
|
* changes to work with new xsetup objectMike Fulbright2002-11-121-3/+3
|
* we're moving forward to rpm 4.1...Jeremy Katz2002-10-081-1/+1
| | | | tagged before this commit as before-rpm-4_1
* fix speling (#68541)Bill Nottingham2002-07-111-2/+2
|
* the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we ↵Jeremy Katz2002-06-101-1/+1
| | | | use rpmmodule so that we get rpm 4.0.4 instead of 4.1
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* add tty3 output to a file (#62743)Jeremy Katz2002-05-131-1/+1
|
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-2/+2
| | | | work now, at least in gui. text mode might, though
* restore original exception handler to prevent multiple dialogsMatt Wilson2002-01-091-0/+4
|
* remove most of the static instances of /mnt/sysimage (#14632)Jeremy Katz2001-11-271-2/+2
|
* gather more info -- we need VC3 outputted to /tmp somewhere tooMatt Wilson2001-09-061-0/+16
|