apport-hackers  

[Apport-hackers] [Merge] lp:~brian-murray/apport/do-not-remove-dependencies into lp:apport

Brian Murray
Mon, 06 Feb 2012 11:11:30 -0800

Brian Murray has proposed merging 
lp:~brian-murray/apport/do-not-remove-dependencies into lp:apport.

Requested reviews:
  Apport upstream developers (apport-hackers)

For more details, see:
https://code.launchpad.net/~brian-murray/apport/do-not-remove-dependencies/+merge/91697

Looking at bug 898851 I wanted to find out which versions of aptdaemon the bug 
reporters (including reporters of duplicates bugs) had installed.  
Unfortunately, because Dependencies.txt is removed by the retracer when marking 
a bug as a duplicate I can not know if without asking them.  This branch not 
longer removes Dependencies.txt to make finding this information easier.
-- 
https://code.launchpad.net/~brian-murray/apport/do-not-remove-dependencies/+merge/91697
Your team Apport upstream developers is requested to review the proposed merge 
of lp:~brian-murray/apport/do-not-remove-dependencies into lp:apport.
=== modified file 'apport/crashdb_impl/launchpad.py'
--- apport/crashdb_impl/launchpad.py	2012-02-03 08:19:51 +0000
+++ apport/crashdb_impl/launchpad.py	2012-02-06 19:05:14 +0000
@@ -661,8 +661,8 @@
             
             for a in bug.attachments:
                 if a.title in ('CoreDump.gz', 'Stacktrace.txt',
-                    'ThreadStacktrace.txt', 'Dependencies.txt', 'ProcMaps.txt',
-                    'ProcStatus.txt', 'Registers.txt', 'Disassembly.txt'):
+                    'ThreadStacktrace.txt', 'ProcMaps.txt', 'ProcStatus.txt',
+                    'Registers.txt', 'Disassembly.txt'):
                     try:
                         a.removeFromBug()
                     except HTTPError:

_______________________________________________
Mailing list: https://launchpad.net/~apport-hackers
Post to     : apport-hackers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~apport-hackers
More help   : https://help.launchpad.net/ListHelp
  • [Apport-hackers] [Merge] lp:~brian-murray/apport/do-not-remove-dependencies into lp:apport Brian Murray