Hide Forgot
I experimented a bit with new fork functionality, and it seems that forked builds are not forked, there's: https://pagure.io/copr/copr/blob/b2076f0d963/f/frontend/coprs_frontend/coprs/logic/complex_logic.py#_58 But 'forked' != 'successful' ATM. I can imagine that there's race ATM, so simply this patch is not enough: - if not successful or build.state == "succeeded": + if build.state in ['succeeded', 'forked']: ... but maybe new state 'forking' is needed. It is not burning issue so I just filed this bug to not forget.
Sorry, wrong spelling. Please substitute 'forked builds are not forked' with 'already successfully forked builds can not be forked _more_'.
I believe this is fixed now, but we need re-test after the next release.
It is not yet fixed. https://pagure.io/copr/copr/issue/1012