Closed
Bug 1799539
Opened 3 years ago
Closed 3 years ago
add support for alternative signature lists
Categories
(Socorro :: Signature, enhancement, P2)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
siggen is a Python library extracted from Socorro for generating signatures from crash data. Because it's extracted from Socorro, it is hard-coded to use a set of signature lists.
Issue 75 in the siggen project covers supporting other signature lists. The easiest form of this is to allow someone to provide an alternative directory with the four lists in it.
This covers:
- adding support to
SignatureGeneratorto load lists from a user-provided directory - adding support to
signaturecommand for an argument to provide a user-provided directory
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Updated•3 years ago
|
Summary: add support for alternative siglists → add support for alternative signature lists
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
This was deployed just now in bug #1799933. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•