[Bug 1870408] Re: casper-md5check should leave a breadcrumb which apport, ubiquity, subiquity could use
Launchpad Bug Tracker
1870408 at bugs.launchpad.net
Thu Apr 9 17:13:06 UTC 2020
This bug was fixed in the package apport - 2.20.11-0ubuntu26
---------------
apport (2.20.11-0ubuntu26) focal; urgency=medium
* apport/hookutils.py, data/general-hooks/ubuntu.py: Add in a hook which
will add the results of the casper-md5check to all bug reports.
(LP: #1870408)
-- Brian Murray <brian at ubuntu.com> Wed, 08 Apr 2020 15:46:56 -0700
** Changed in: apport (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to casper in Ubuntu.
https://bugs.launchpad.net/bugs/1870408
Title:
casper-md5check should leave a breadcrumb which apport, ubiquity,
subiquity could use
Status in subiquity:
Fix Committed
Status in apport package in Ubuntu:
Fix Released
Status in casper package in Ubuntu:
In Progress
Status in ubiquity package in Ubuntu:
New
Bug description:
casper-md5check should leave a breadcrumb which apport & ubiquity can
pick up. (subiquity too)
There will be a file called:
/run/casper-md5check.json
If it does not exist, or is empty the check did not run enough to
validate anything. Treat as skip.
If it has content it will have:
{
"checksum_missmatch" : [
"./pics/red-upperleft.png",
"./pics/red-lowerleft.png"
],
"result" : "fail"
}
optional checksum_missmatch key, which will have a list of strings
that are files that failed md5sum.
result key, which can have string values "pass" "fail" "skip".
One can use python's json or yaml safe_load to parse the file into a
dictionary.
To manage notifications about this bug go to:
https://bugs.launchpad.net/subiquity/+bug/1870408/+subscriptions
More information about the foundations-bugs
mailing list