index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
exception.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for saving the exception to a local directory for live installs
Jeremy Katz
2008-03-27
1
-0
/
+17
*
Save resize output to a file (/tmp/resize.out) so that it's more useful
Jeremy Katz
2008-03-27
1
-1
/
+1
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-3
/
+3
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-9
/
+16
*
Tweak save-exception-to-disk algorithm.
Bill Nottingham
2007-12-07
1
-10
/
+16
*
Don't create the exception device - just use the device as passed in.
Bill Nottingham
2007-12-07
1
-9
/
+3
*
Remove the release notes code entirely.
Chris Lumens
2007-12-05
1
-1
/
+0
*
fix references to point to the device we created earlier
Bill Nottingham
2007-11-30
1
-2
/
+2
*
in test mode, return success when copying anacdump.txt
Bill Nottingham
2007-11-30
1
-1
/
+1
*
Rework the exception handling dialog to make it easier to add destinations
Chris Lumens
2007-10-26
1
-135
/
+138
*
Lots of minor pychecker error fixes. Some of these are even real problems.
Chris Lumens
2007-09-19
1
-2
/
+1
*
Not all ssh servers respond with the same password prompt, so be more liberal
Chris Lumens
2007-09-11
1
-1
/
+1
*
Display the version number in more places.
Chris Lumens
2007-08-13
1
-5
/
+7
*
2007-07-02 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-07-02
1
-4
/
+4
*
Don't capture passwords from the kickstart file in the exception dump.
Chris Lumens
2007-06-15
1
-5
/
+3
*
2007-03-07 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-03-07
1
-1
/
+0
*
Center scp window. Change label to let the user know port numbers are
Chris Lumens
2007-02-26
1
-2
/
+16
*
Kickstart is no longer an install class!
Chris Lumens
2007-01-19
1
-1
/
+2
*
Oh crap, support for new pykickstart is here. This is too large to explain
Chris Lumens
2007-01-16
1
-3
/
+3
*
Print tracebacks with the most recent call first. This is going to take
Chris Lumens
2006-09-08
1
-1
/
+10
*
* exception.py (dumpException): Make sure trace is not None so we
David Cantrell
2006-09-05
1
-9
/
+10
*
xhwstate -> xserver.hwstate (#200755).
Chris Lumens
2006-07-31
1
-2
/
+2
*
* exception.py (handleException): Don't do stdio bits for test mode.
Jeremy Katz
2006-07-13
1
-7
/
+7
*
Removed iutil.copyFile.
Chris Lumens
2006-07-12
1
-2
/
+2
*
Use subprocess instead of our own code. Fix all calls to execWith* so
Chris Lumens
2006-07-12
1
-2
/
+1
*
Fix traceback in exception handler for cmdline mode.
Chris Lumens
2006-05-08
1
-0
/
+5
*
We don't need system-config-keyboard in the path here anymore. Fix up
Chris Lumens
2006-05-04
1
-48
/
+48
*
import shutil would be nice.
David Cantrell
2006-03-27
1
-0
/
+1
*
* exception.py (handleException): iutil.copyFile -> shutil.copyfile.
David Cantrell
2006-03-27
1
-1
/
+1
*
Get ready for a surprise...
David Cantrell
2006-03-24
1
-1
/
+2
*
2006-03-13 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-03-13
1
-16
/
+0
*
String consistency (#181916).
Chris Lumens
2006-03-10
1
-1
/
+1
*
Make the exception dumping code smart enough to ignore all references to things
Chris Lumens
2006-02-23
1
-72
/
+50
*
2006-02-23 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-02-23
1
-0
/
+2
*
Reboot after writing to floppy or remote (#181745).
Chris Lumens
2006-02-17
1
-6
/
+8
*
Trim out package information under another name.
Chris Lumens
2006-02-03
1
-0
/
+1
*
exception.py (handleException): Changed 'be reset' to say 'be rebooted'
David Cantrell
2006-01-25
1
-1
/
+1
*
Add yum package selections and excludes to keySkipList. Fix an exception in
Chris Lumens
2006-01-17
1
-5
/
+13
*
Take a filename from the user instead of assuming what we got was just a
Chris Lumens
2006-01-13
1
-1
/
+2
*
Remove a bunch more passwords and language-related stuff from the exception
Chris Lumens
2006-01-13
1
-0
/
+9
*
* anaconda: Record the PID of the forked process that handles
David Cantrell
2005-12-13
1
-0
/
+24
*
2005-11-16 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-11-17
1
-1
/
+2
*
Seriously skip instLanguage stuff.
Chris Lumens
2005-11-08
1
-0
/
+2
*
Don't make scp/floppy errors (typos, etc.) fatal so the user has another
Chris Lumens
2005-10-24
1
-6
/
+7
*
Don't dump language dicts.
Chris Lumens
2005-10-20
1
-6
/
+3
*
Add support for copying backtraces to remote hosts to the text interface.
Chris Lumens
2005-10-19
1
-2
/
+4
*
Break exception copying code out into its own functions so the exception
Chris Lumens
2005-10-18
1
-117
/
+140
*
Added a button to the exception dialog for saving the detailed traceback
Chris Lumens
2005-09-22
1
-64
/
+137
*
Use glade for the exception dialog and display the full traceback on the
Chris Lumens
2005-09-20
1
-1
/
+1
*
2005-08-30 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2005-08-30
1
-0
/
+1
[next]