~dobey/ubuntuone-client/notification-icon-size

« back to all changes in this revision

Viewing changes to data/source_ubuntuone-client.py

  • Committer: Tarmac
  • Author(s): Elliot Murphy
  • Date: 2009-08-31 16:43:08 UTC
  • mfrom: (192.1.1 less-logs-more-privacy)
  • Revision ID: dobey@gnome.org-20090831164308-40go7bhydtvpvsuz
Stop attaching the u1 client log and the u1sync log to apport bug reports because they have filenames in them and users are reporting this as a privacy concern because the apport retracer makes bugs public once they are marked as a duplicate of a public bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
def add_info(report):
34
34
    """add report info"""
35
 
    attach_file_if_exists(report, u1_client_log)
36
35
    attach_file_if_exists(report, u1_except_log)
37
36
    attach_file_if_exists(report, u1_oauth_log)
38
 
    attach_file_if_exists(report, u1_u1sync_log)
39
37
 
40
38
    if not apport.packaging.is_distro_package(report['Package'].split()[0]):
41
39
        report['ThirdParty'] = 'True'