Actions
action #313
closedEvaluate a composite approach for the needles
Start date:
2013-04-25
Due date:
2013-04-30
% Done:
100%
Estimated time:
4.00 h
Description
To maximize the reuse of needles from one flavor to another, we can modify the needles to include and / or exclude some areas:
{
area {
"xpos" : 0,
"ypos" : 0,
"width" : 80,
"height" : 60,
"include": true
}
area {
"xpos" : 100,
"ypos" : 100,
"width" : 80,
"height" : 60,
"include": false
}
"tags" : [
"before-package-selection",
"inst-returned-to-yast",
"desktop-selection",
"before-package-selection"
]
}
- This will affect the matching algorithm
- We need to clarify the semantic when there is only one exclude area (match all the image but this area)
- The editor for T10 will be more difficult to implement
Actions