~racb/apport/877852

« back to all changes in this revision

Viewing changes to consolidate-bugs

  • Committer: Brian Murray
  • Date: 2011-12-08 21:42:28 UTC
  • Revision ID: brian@canonical.com-20111208214228-jr9vqzpcncyqp160
consolidate bugs for apport-bug tagged bugs too

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    results = Popen(['./search-bugs','--package', '%s' % package, '--tags',
55
55
        'apport-crash', '--within', '2', '-C'], stdout=PIPE).communicate()[0]
56
56
    print results
 
57
    # need to do apport-bug bugs too
 
58
    print 'search-bugs --package %s --tags apport-bug --within 2 -C' % \
 
59
        package
 
60
    results = Popen(['./search-bugs','--package', '%s' % package, '--tags',
 
61
        'apport-bug', '--within', '2', '-C'], stdout=PIPE).communicate()[0]
 
62
    print results
 
63
    # need to do apport-bug bugs too