fedora-infra / bodhi

Bodhi is a web-system that facilitates the process of publishing updates for a Fedora-based software distribution.
https://bodhi.fedoraproject.org
GNU General Public License v2.0
151 stars 190 forks source link

Negative karma should remove requests for stable/batched if the update was autopushed #2875

Open bowlofeggs opened 5 years ago

bowlofeggs commented 5 years ago

@kparal reported to me that Bodhi will push an update to stable if the update receives negative karma after the request was already set to stable/batched.

We have code to disable autopushing when we receive negative karma, but it doesn't take action if the update is already requested to stable or batched. Of course, we don't want to stop a request if the maintainer submitted the update, so we should detect whether the update was pushed stable by Bodhi or by the maintainer before revoking the request.

keszybz commented 3 years ago

There is no batched any more, so maybe this can be closed?