Thread: commitfest app moving patch error

commitfest app moving patch error

From
Peter Eisentraut
Date:
I tried to move a patch from 2018-07 to 2018-09 and got this error:

"Cannot move patch to the same commitfest, and multiple future
commitfests exist!"

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Re: commitfest app moving patch error

From
Magnus Hagander
Date:
On Wed, Jun 27, 2018 at 8:20 AM, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
I tried to move a patch from 2018-07 to 2018-09 and got this error:

"Cannot move patch to the same commitfest, and multiple future
commitfests exist!"

Right. You are only supposed to "move to next cf" from one that's actually in progress, and not be working on one that isn't :P

The rules are basically:
* If there is an open one, move it there.
* If there isn't an open one, move to the future one if there is only one.

It's really intended to work with the first one -- patches are only supposed to be added to the one that's open... 

--