Le 09/04/2014 17:39, Liangent a écrit :
I have some changesets where I uploaded a reworked patchset several weeks or even months after an original -1 was given...
Anyway a changeset can be easily "renewed" by rebasing it, but the side effect is that all existing -1's get flushed. If people start to use this method to extend the period, it's not something good...
OpenStack have a script which reapply all votes when a trivial rebase is detected.
Our bug is https://bugzilla.wikimedia.org/show_bug.cgi?id=41074
Apparently we can now confiure labels to recopy on trivial rebase or when no code change (ie only commit summary is changed)
Doc:
https://gerrit.wikimedia.org/r/Documentation/config-labels.html#label_copyAl...
Lets follow up on bug 41074 mentioned above.