Remove `clean_updates` entirely, it's no longer needed
ClosedPublic

Authored by adamwill on Nov 9 2016, 12:53 AM.

Details

Summary

clean_updates was added to cope with updates being deleted
from Bodhi. With Bodhi 2, this is expressly disallowed, updates
cannot be deleted. So we really don't need clean_updates at
all any more.

Test Plan

I guess check everything still works, no reason why
it shouldn't. If you want to satisfy yourself that deleting
updates is no longer possible in Bodhi 2, see e.g.
https://github.com/fedora-infra/python-fedora/blob/develop/fedora/client/bodhi.py#L181-L186

Diff Detail

Repository
rBLKR blockerbugs
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
adamwill retitled this revision from to Remove `clean_updates` entirely, it's no longer needed.Nov 9 2016, 12:53 AM
adamwill updated this object.
adamwill edited the test plan for this revision. (Show Details)
adamwill added reviewers: tflink, mkrizek.
mkrizek accepted this revision.Nov 11 2016, 8:55 AM

Just code deletions, my favorite kind of patches. :) LGTM

This revision is now accepted and ready to land.Nov 11 2016, 8:55 AM
This revision was automatically updated to reflect the committed changes.