summaryrefslogtreecommitdiffstats
path: root/exception.py
Commit message (Expand)AuthorAgeFilesLines
* report handles exn saving now, and doesn't require a Filer (#562656).Chris Lumens2010-03-041-1/+0
* On live installs, the syslog is /var/log/dmesg. (#568814).Chris Lumens2010-03-011-6/+10
* No longer refer to instdata in attrSkipList.Chris Lumens2010-02-081-5/+5
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move storage into the Anaconda class.Chris Lumens2010-02-041-1/+1
* Move users and security to the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move keyboard to the Anaconda object.Chris Lumens2010-02-041-2/+2
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-041-6/+6
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-1/+1
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-1/+1
* Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-041-1/+1
* Fix the obvious problem in my last commit to exception.py.Chris Lumens2010-01-111-1/+2
* Try to copy the correct traceback file, not anacdump.txt.Chris Lumens2010-01-111-2/+2
* Remove test mode.Chris Lumens2009-12-031-7/+6
* Fix killall -USR2 anaconda writing out a traceback file.Chris Lumens2009-11-241-0/+2
* Remove "anaconda" from attributes to skip (#532612, #532737).Chris Lumens2009-11-031-23/+22
* Make anaconda know its version number (#520061)David Cantrell2009-09-041-1/+2
* vtActivate doesn't work on some ppc64 machines, so don't traceback (#516206).Chris Lumens2009-08-071-1/+7
* Import the logging stuff (#515564).Chris Lumens2009-08-051-0/+3
* Adapt exception.py to using python-meh.Chris Lumens2009-07-291-611/+77
* Lots of small grammar and wording changes.Peter Jones2009-07-131-14/+15
* Include yum.log in anacdump.txt too.Radek Vykydal2009-06-241-0/+1
* Include the contents of /proc/cmdline in exception reportsJeremy Katz2009-06-161-1/+2
* Remove locals containing "passphrase" or "password" from exns (#503442).Chris Lumens2009-06-011-0/+7
* Make the save-to-bugzilla dupe detection smarter.Chris Lumens2009-05-261-1/+1
* Prevent sensitive information in kickstart files from ending up in tracebacks.Chris Lumens2009-04-011-3/+1
* Lots of little updates to make things use the new storage module.David Lehman2009-02-241-3/+2
* Updates to make existing code use the new storage module.David Lehman2009-02-231-1/+1
* filer.login raises an exception with it can't login, not returns None (#486454).Chris Lumens2009-02-191-1/+3
* File the basic traceback as the first comment instead of a generic message.Chris Lumens2009-02-161-1/+1
* Remove partedUtils.sniffFilesystemType()David Cantrell2009-02-121-1/+1
* Log everything from execWithRedirect or execWithCapture (#467690).Chris Lumens2009-01-071-0/+1
* Don't dump encryption passphrases.David Lehman2008-12-081-0/+2
* Write anacdump.txt upon receipt of SIGUSR2 (from clumens).David Lehman2008-12-081-1/+4
* Use stacks instead of tracebacks in traceback handlers.David Lehman2008-12-081-10/+32
* Don't dump private class members (those with leading "__")David Lehman2008-11-121-0/+3
* Check that the platform and product are also correct (#469367).Chris Lumens2008-10-311-2/+1
* 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