Merge lp://staging/~brian-murray/daisy/raring-eol into lp://staging/daisy
Proposed by
Brian Murray
Status: | Merged |
---|---|
Merged at revision: | 407 |
Proposed branch: | lp://staging/~brian-murray/daisy/raring-eol |
Merge into: | lp://staging/daisy |
Diff against target: |
14 lines (+4/-0) 1 file modified
daisy/submit.py (+4/-0) |
To merge this branch: | bzr merge lp://staging/~brian-murray/daisy/raring-eol |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Evan (community) | Approve | ||
Matthew Paul Thomas | Pending | ||
Review via email: mp+204250@code.staging.launchpad.net |
Description of the change
Raring is End of Life so we should stop accepting error reports from it. However, Evan suggested checking with mpt first.
To post a comment you must log in.
26 + elif 'kernel crashes' in text.lower():
This should be 'Kernel crashes'. Otherwise looks good.