~ubuntu-branches/ubuntu/lucid/ubuntuone-client/lucid-updates

« back to all changes in this revision

Viewing changes to debian/patches/less-logs.patch

  • Committer: Bazaar Package Importer
  • Author(s): Elliot Murphy
  • Date: 2009-08-29 21:58:37 UTC
  • Revision ID: james.westby@ubuntu.com-20090829215837-etorb7voer019nzw
Tags: 0.93.1-0ubuntu2
Don't attach logs containing filenames in the apport
hook, as this is a privacy concern (LP: #419895)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur -x '*.orig' -x '*~' ubuntuone-client-0.93.1/data/source_ubuntuone-client.py ubuntuone-client-0.93.1.new/data/source_ubuntuone-client.py
 
2
--- ubuntuone-client-0.93.1/data/source_ubuntuone-client.py     2009-08-27 17:11:16.000000000 -0400
 
3
+++ ubuntuone-client-0.93.1.new/data/source_ubuntuone-client.py 2009-08-29 21:58:13.000000000 -0400
 
4
@@ -32,10 +32,8 @@
 
5
 
 
6
 def add_info(report):
 
7
     """add report info"""
 
8
-    attach_file_if_exists(report, u1_client_log)
 
9
     attach_file_if_exists(report, u1_except_log)
 
10
     attach_file_if_exists(report, u1_oauth_log)
 
11
-    attach_file_if_exists(report, u1_u1sync_log)
 
12
 
 
13
     if not apport.packaging.is_distro_package(report['Package'].split()[0]):
 
14
         report['ThirdParty'] = 'True'