/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/apport.txt

  • Committer: Breezy landing bot
  • Author(s): Colin Watson
  • Date: 2020-11-16 21:47:08 UTC
  • mfrom: (7521.1.1 remove-lp-workaround)
  • Revision ID: breezy.the.bot@gmail.com-20201116214708-jos209mgxi41oy15
Remove breezy.git workaround for bazaar.launchpad.net.

Merged from https://code.launchpad.net/~cjwatson/brz/remove-lp-workaround/+merge/393710

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
#. An exception reaches the top-level handler.
43
43
 
44
 
#. We log it in apport-format to a file in ~/.bazaar/crash.
 
44
#. We log it in apport-format to a file in ~/.config/breezy/crash.
45
45
 
46
46
#. We tell the user where that file is, and invite them to file a bug
47
47
   report.
59
59
  because sometimes they are in fact bugs.  Then the user can attach the
60
60
  apport report later if they decide to file a bug.  There may be quite a
61
61
  lot of them so we might need to limit the number that are stored, or do
62
 
  this when a debug flag is set.  At the moment they go into .bzr.log and
 
62
  this when a debug flag is set.  At the moment they go into bzr.log and
63
63
  that's probably ok to start with.
64
64
 
65
65
* Raising an error from the breakin debugger should cause this to fire.
69
69
  longwinded than our current output and might make the traceback scroll
70
70
  off the screen.
71
71
 
72
 
* Automatically trace messages (ie from .bzr.log) in the report.  We could
 
72
* Automatically trace messages (ie from bzr.log) in the report.  We could
73
73
  just include the whole file, but it may be long, and including the whole
74
74
  thing has a greater risk of including sensitive data.
75
75