/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 apport/source_brz.py

  • Committer: Jelmer Vernooij
  • Date: 2017-07-30 18:38:48 UTC
  • mfrom: (6740.1.1 breezy-conf-1)
  • Revision ID: jelmer@jelmer.uk-20170730183848-195b9ch7sclkxmqs
Merge lp:~jelmer/brz/breezy-conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
import os
9
9
 
10
10
brz_log = os.path.expanduser('~/.brz.log')
11
 
dot_brz = os.path.expanduser('~/.bazaar')
 
11
dot_brz = os.path.expanduser('~/.config/breezy')
12
12
 
13
13
def _add_log_tail(report):
14
14
    # may have already been added in-process
45
45
    # TODO: strip that out and attach the rest
46
46
 
47
47
    #attach_file_if_exists(report,
48
 
    #   os.path.join(dot_brz, 'bazaar.conf', 'BrzConfig')
 
48
    #   os.path.join(dot_brz, 'breezy.conf', 'BrzConfig')
49
49
    #attach_file_if_exists(report,
50
50
    #   os.path.join(dot_brz, 'locations.conf', 'BrzLocations')
51
51