summaryrefslogtreecommitdiffstats
path: root/exception.py
Commit message (Expand)AuthorAgeFilesLines
* Search for the hash in the whiteboard, not as the entire whiteboard.Chris Lumens2008-10-291-1/+1
* Make sure the productVersion given by .treeinfo exists in bugzilla (#468657).Chris Lumens2008-10-281-1/+2
* Set the filename on the traceback when we upload it (wwoods).Chris Lumens2008-09-191-2/+2
* Catch errors from using the wrong bugzilla field and display them.Chris Lumens2008-09-101-1/+1
* rep_platform has been renamed to platform.Chris Lumens2008-09-101-1/+1
* Fix saving to remote hosts (#461500).Chris Lumens2008-09-081-1/+1
* short_desc is now summary.Chris Lumens2008-09-081-1/+1
* Use print() as a function.Peter Jones2008-09-081-2/+2
* Remove references to /tmp/netinfoDavid Cantrell2008-08-271-1/+1
* Bring up the network before saving a bug via scp.Chris Lumens2008-08-131-0/+7
* Add the match type so we don't find all bugs.Chris Lumens2008-08-131-0/+1
* Fix various tracebacks in filing bugs direct to bugzilla.Chris Lumens2008-07-231-11/+11
* If there's no network, attempt to bring it up before filing a bug.Chris Lumens2008-07-221-0/+7
* Support an abstract bug filing layer.Chris Lumens2008-07-221-40/+53
* Add support for saving via scp back in.Chris Lumens2008-07-221-0/+86
* Add support for filing tracebacks directly into bugzilla.Chris Lumens2008-07-221-28/+108
* Add a class that represents anaconda exception dumps.Chris Lumens2008-07-221-159/+170
* Remove the code to save exceptions over scp.Chris Lumens2008-07-221-70/+0
* Fix a traceback when trying to save exceptiona via scp.Chris Lumens2008-07-161-1/+2
* Add the .treeinfo file into the exception report.Chris Lumens2008-06-211-1/+2
* Move enableNetwork into the interface. Bring network up for scp.Chris Lumens2008-06-191-2/+5
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-8/+12
* Add support for saving the exception to a local directory for live installsJeremy Katz2008-03-271-0/+17
* Save resize output to a file (/tmp/resize.out) so that it's more usefulJeremy Katz2008-03-271-1/+1
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-3/+3
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-9/+16
* Tweak save-exception-to-disk algorithm.Bill Nottingham2007-12-071-10/+16
* Don't create the exception device - just use the device as passed in.Bill Nottingham2007-12-071-9/+3
* Remove the release notes code entirely.Chris Lumens2007-12-051-1/+0
* fix references to point to the device we created earlierBill Nottingham2007-11-301-2/+2
* in test mode, return success when copying anacdump.txtBill Nottingham2007-11-301-1/+1
* Rework the exception handling dialog to make it easier to add destinationsChris Lumens2007-10-261-135/+138
* Lots of minor pychecker error fixes. Some of these are even real problems.Chris Lumens2007-09-191-2/+1
* Not all ssh servers respond with the same password prompt, so be more liberalChris Lumens2007-09-111-1/+1
* Display the version number in more places.Chris Lumens2007-08-131-5/+7
* 2007-07-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-021-4/+4
* Don't capture passwords from the kickstart file in the exception dump.Chris Lumens2007-06-151-5/+3
* 2007-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-071-1/+0
* Center scp window. Change label to let the user know port numbers areChris Lumens2007-02-261-2/+16
* Kickstart is no longer an install class!Chris Lumens2007-01-191-1/+2
* Oh crap, support for new pykickstart is here. This is too large to explainChris Lumens2007-01-161-3/+3
* Print tracebacks with the most recent call first. This is going to takeChris Lumens2006-09-081-1/+10
* * exception.py (dumpException): Make sure trace is not None so weDavid Cantrell2006-09-051-9/+10
* xhwstate -> xserver.hwstate (#200755).Chris Lumens2006-07-311-2/+2
* * exception.py (handleException): Don't do stdio bits for test mode.Jeremy Katz2006-07-131-7/+7
* Removed iutil.copyFile.Chris Lumens2006-07-121-2/+2
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-2/+1
* 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
* import shutil would be nice.David Cantrell2006-03-271-0/+1