Closed
Bug 1470895
Opened 7 years ago
Closed 7 years ago
move siglists/ under signature/ directory
Categories
(Socorro :: Signature, task)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
We're adjusting signature generation to be a self-contained module. As such, we need to move the socorro/siglists/ to be a sub-directory of socorro/signature/.
This involves:
1. moving some things around
2. fixing the code and tests accordingly
3. updating documentation about siglists
4. sending an email to the stability list
This bug covers that work.
Assignee | ||
Comment 1•7 years ago
|
||
Grabbing this now since I did it in the extraction already.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/05d9588b2edfc975e22041e39313d7e4d4e72123
fix bug 1470895: move siglists/ under socorro/signature/
The siglists are used by the signature generator and only the signature
generator. To make the signature generator a self-contained module, we
need to move the siglists folder under it.
https://github.com/mozilla-services/socorro/commit/3fbb6bf4d70ada416ba18b80f29942cded0204bb
Merge pull request #4497 from willkg/1470895-siglists
fix bug 1470895: move siglists/ under socorro/signature/
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•