Tweak kernel.org patch needles again

This is getting annoying. We're getting, like, 94-95% matches
for the recent needles sometimes. Instead of continuing to make
more and more needles, let's try dropping the required match
threshold a bit. The kde-20191206 needle doesn't *seem* to be
needed so let's get rid of it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-12-13 17:18:51 -08:00
parent de2c44e7ae
commit fa062bd9bb
4 changed files with 6 additions and 19 deletions

View File

@ -5,11 +5,12 @@
"ypos": 652,
"width": 55,
"xpos": 508,
"height": 17
"height": 17,
"match": 93
}
],
"properties": [],
"tags": [
"browser_kernelorg_patch"
]
}
}

View File

@ -5,11 +5,12 @@
"ypos": 652,
"height": 17,
"xpos": 509,
"type": "match"
"type": "match",
"match": 93
}
],
"properties": [],
"tags": [
"browser_kernelorg_patch"
]
}
}

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 509,
"width": 55,
"height": 17,
"type": "match",
"ypos": 654
}
],
"properties": [],
"tags": [
"browser_kernelorg_patch"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB