Closed
Bug 764756
Opened 12 years ago
Closed 11 years ago
[skiplist] Fix Android library ignore skiplist referring to fennec or wrong
Categories
(Socorro :: Backend, task)
Socorro
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
54
People
(Reporter: scoobidiver, Unassigned)
References
Details
(Whiteboard: [qa-])
Replace: * 'data@app@org\.mozilla\.fennec-\d\.apk@classes\.dex@0x.*' by 'data@app@org\.mozilla\.f.*-\d\.*.apk@classes\.dex@0x.*' * 'mnt@asec@org\.mozilla\.fennec-\d@pkg\.apk@classes\.dex@0x.*' by 'mnt@asec@org\.mozilla\.f.*-\d@pkg\.apk@classes\.dex@0x.*' * 'org\.mozilla\.fennec-\d\.apk@0x.*' by 'org\.mozilla\.f.*-\d\.apk@0x.*' * 'system@framework@*\.jar@classes\.dex@0x.*' by 'system@framework@.*\.jar@classes\.dex@0x.*'
Comment 1•11 years ago
|
||
> * 'data@app@org\.mozilla\.fennec-\d\.apk@classes\.dex@0x.*' by 'data@app@org\.mozilla\.f.*-\d\.*.apk@classes\.dex@0x.*'
this substitution looks suspicious. Please verify the replacement in this fragment:
\d\.*.apk@
a digit followed by zero or more dots followed by any single character then "apk@" ?
Component: Infra → Backend
Target Milestone: --- → 54
Comment 2•11 years ago
|
||
It is suspicious, yes. Please don't add the additional "*." there for now, and let's let Scoobidiver clear that one up if needed. The "f.*" change makes sense without any other there as well.
Comment 3•11 years ago
|
||
I'm going forward with this: 'data@app@org\.mozilla\.f.*-\d\.apk@classes\.dex@0x.*' see PR 1338 (https://github.com/mozilla/socorro/pull/1338) for the actual change in situ.
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to K Lars Lohn [:lars] [:klohn] from comment #3) > I'm going forward with this: > 'data@app@org\.mozilla\.f.*-\d\.apk@classes\.dex@0x.*' It was intended to skip signatures like in bp-a3f56ebe-c3dd-49a9-be32-7cec32130716. You guessed right.
Comment 5•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro https://github.com/mozilla/socorro/commit/160daad7edd448bdc8912dddc54aed380cf7bafd Merge pull request #1338 from twobraids/skiplist-20130716 fixes Bug 764756, fixes Bug 878414, fixes Bug 885443 - skiplist changes
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•