Re: Failed to make v10 branch: gitmaster push hook needs adjustment

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-www(at)postgreSQL(dot)org
Subject: Re: Failed to make v10 branch: gitmaster push hook needs adjustment
Date: 2017-08-14 22:59:19
Message-ID: 20170814225919.n5667d5ku5vvtlls@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On 2017-08-14 17:37:32 -0400, Tom Lane wrote:
> So I just tried to make the v10 branch, and was given the raspberry:
>
> $ git push origin master:refs/heads/REL_10_STABLE
> Total 0 (delta 0), reused 0 (delta 0)
> remote: Branch refs/heads/REL_10_STABLE violates the policy: Branch name does not match allowed regexp
> remote: error: hook declined to update refs/heads/REL_10_STABLE
> To ssh://git(at)gitmaster(dot)postgresql(dot)org/postgresql.git
> ! [remote rejected] master -> REL_10_STABLE (hook declined)
> error: failed to push some refs to 'ssh://git(at)gitmaster(dot)postgresql(dot)org/postgresql.git'
>
> Presumably, there's some bit of logic there that's expecting two numeric
> portions and no underscore just after REL. Somebody please update it to
> expect the format REL_\d+_STABLE for future branch names.

Same problem also seems to exist in the buildfarm server...

Query for: stage=OK&animal=calliphoridae&ts=1502750274
Target: http://www.pgbuildfarm.org/cgi-bin/pgstatus.pl/$hash
Status Line: 492 Unknown code
Content:
bad branch parameter REL_10_STABLE

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Andrew Dunstan 2017-08-14 23:09:23 Re: Failed to make v10 branch: gitmaster push hook needs adjustment
Previous Message Tom Lane 2017-08-14 22:02:40 Re: Failed to make v10 branch: gitmaster push hook needs adjustment