Apport recipe attaches old/useless log files
Bug #956407 reported by
dobey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu One Client | Status tracked in Trunk | |||||
Stable-1-4 |
Won't Fix
|
Low
|
Unassigned | |||
Stable-1-6 |
Won't Fix
|
Low
|
Unassigned | |||
Stable-2-0 |
Fix Released
|
Medium
|
dobey | |||
Stable-3-0 |
Fix Released
|
Medium
|
dobey | |||
Trunk |
Fix Released
|
Medium
|
dobey | |||
ubuntuone-client (Ubuntu) |
Fix Released
|
Medium
|
dobey | |||
Oneiric |
Fix Released
|
Undecided
|
Unassigned | |||
Precise |
Fix Released
|
Medium
|
dobey |
Bug Description
The apport recipe for ubuntuone-client is still attaching old logs which are no longer used or created, by the current version, which adds extra data to the bug report, which we don't need.
Related branches
lp://staging/~dobey/ubuntuone-client/apport-newonly
- Eric Casteleijn (community): Approve
-
Diff: 68 lines (+2/-29)1 file modifieddata/source_ubuntuone-client.py (+2/-29)
lp://staging/~nataliabidart/ubuntuone-client/stable-3-0-update-2.99.91
- Alejandro J. Cura (community): Approve
- Roberto Alsina (community): Approve
-
Diff: 2909 lines (+2139/-257)25 files modifiedMakefile.am (+3/-1)
bin/u1sdtool (+1/-1)
bin/ubuntuone-proxy-tunnel (+24/-0)
contrib/testing/testcase.py (+15/-1)
data/source_ubuntuone-client.py (+2/-29)
docs/Makefile.am (+0/-1)
docs/man/u1sdtool.1 (+1/-1)
docs/man/ubuntuone-preferences.1 (+0/-16)
tests/platform/linux/test_notification.py (+6/-0)
tests/proxy/__init__.py (+150/-0)
tests/proxy/ssl/dummy.cert (+19/-0)
tests/proxy/ssl/dummy.key (+16/-0)
tests/proxy/test_tunnel_client.py (+212/-0)
tests/proxy/test_tunnel_server.py (+655/-0)
tests/syncdaemon/test_action_queue.py (+102/-137)
tests/syncdaemon/test_tunnel_runner.py (+128/-0)
ubuntuone/platform/constants.py (+5/-0)
ubuntuone/platform/linux/notification.py (+3/-0)
ubuntuone/proxy/__init__.py (+14/-0)
ubuntuone/proxy/common.py (+60/-0)
ubuntuone/proxy/logger.py (+36/-0)
ubuntuone/proxy/tunnel_client.py (+181/-0)
ubuntuone/proxy/tunnel_server.py (+376/-0)
ubuntuone/syncdaemon/action_queue.py (+52/-70)
ubuntuone/syncdaemon/tunnel_runner.py (+78/-0)
lp://staging/~dobey/ubuntuone-client/apport-newonly-2-0
- Roberto Alsina (community): Approve
-
Diff: 68 lines (+2/-29)1 file modifieddata/source_ubuntuone-client.py (+2/-29)
Changed in ubuntuone-client (Ubuntu Precise): | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Rodney Dawes (dobey) |
milestone: | none → ubuntu-12.04-beta-2 |
tags: |
added: verification-done removed: verification-needed |
To post a comment you must log in.
This bug was fixed in the package ubuntuone-client - 2.99.91-0ubuntu1
---------------
ubuntuone-client (2.99.91-0ubuntu1) precise; urgency=low
* New upstream release. python- ubuntuone- client. install, ubuntuone- client- proxy.install:
- Tunnel web service calls if proxy is enabled. (LP: #929212)
- Proxy tunnel service for syncdaemon. (LP: #929207)
- Tunnel storage protocol if proxy enabled in settings. (LP: #929208)
- Use transient hint for notifications. (LP: #887369)
- Apport recipe attaches old/useless log files. (LP: #956407)
- Typo in man page for u1sdtool. (LP: #682954)
* debian/watch:
- Update watch file for new release.
* debian/control:
- Update ubuntu-sso-client dependencies for proxy support.
- Create new binary package for proxy support which requires qt.
* debian/
debian/
- Update for the new binary package for proxy support.
-- Rodney Dawes <email address hidden> Wed, 21 Mar 2012 13:58:04 -0400