Closed
Bug 854456
Opened 12 years ago
Closed 12 years ago
skip list regexes difficult to maintain in ini files for procesor2012
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
RESOLVED
FIXED
41
People
(Reporter: lars, Assigned: lars)
Details
(Whiteboard: [qa-])
the skiplist regular expressions are hard to maintain in ini files because they end up having been escaped more than once. The problem doesn't exist for the skiplist 'SignatureSentinel' because it employs the 'eval'. Change the other skiplists to work like 'SignatureSentinel'.
| Assignee | ||
Updated•12 years ago
|
Target Milestone: 40 → 41
Comment 1•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/7811a1132afcd3fc9b4c7a62fdfecca54abd2199
Merge pull request #1152 from twobraids/processor_conv_adj
fixes Bug 854456 - Processor2012 C skiplist regex ini configman converter change
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•