#306: bodhi_utils: don't report changed updates as tested --------------------+------------------------------------------------------- Reporter: kparal | Owner: Type: defect | Status: new Priority: major | Milestone: 0.4.7 Component: core | Keywords: --------------------+------------------------------------------------------- Depcheck currently uses bodhi comment detection (bodhi_already_commented()) to get list of previously accepted updates. The problem is that the update might have changed in the meantime. E.g. a new build might have been added to that update, removed, etc.
When we search for past AutoQA comments, we have to detect whether the update was changed after the last matching comment. If it was, we should claim that this update wasn't tested at all.
Example of a changed update:
https://admin.fedoraproject.org/updates/control-center-3.0.0-1.fc15,gnome- settings-daemon-3.0.0.1-1.fc15
One obvious way is to detect "xxx has edited this update" strings. A better way could be possible by looking into the bodhi update object and searching for last-modified timestamps or something like that.