~chromium-team/chromium-browser/eoan-stable

« back to all changes in this revision

Viewing changes to debian/apport/chromium-browser.py

  • Committer: Olivier Tilloy
  • Date: 2019-10-25 14:32:46 UTC
  • Revision ID: olivier.tilloy@canonical.com-20191025143246-u2skj9n3koyom412
* debian/apport/chromium-browser.py: add the output of "snap changes --abs-time chromium" to bugs reported by apport

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
    report['Snap.Connections'] = run_cmd(['snap', 'connections', 'chromium'])
64
64
 
 
65
    report['Snap.Changes'] = \
 
66
        run_cmd(['snap', 'changes', '--abs-time', 'chromium'])
 
67
 
65
68
    report['Snap.ChromiumVersion'] = \
66
69
        run_cmd(['snap', 'run', 'chromium', '--version'])
67
70
    report['Snap.ChromeDriverVersion'] = \