Somebody broke commit hook for git push --tags?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Somebody broke commit hook for git push --tags?
Date: 2019-09-24 22:20:43
Message-ID: 7845.1569363643@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

When I tried to push the RC1 tag to gitmaster just now, I got

$ git push --tags
Total 0 (delta 0), reused 0 (delta 0)
remote: Traceback (most recent call last):
remote: File "hooks/post-receive", line 414, in <module>
remote: raise Exception("Unknown tag type '%s'" % t)
remote: Exception: Unknown tag type 'b'commit''
To ssh://git(at)gitmaster(dot)postgresql(dot)org/postgresql.git
* [new tag] REL_12_RC1 -> REL_12_RC1
$

It looks like the tag got pushed anyway, but this was a bit scary.

regards, tom lane

Responses

Browse pgsql-www by date

  From Date Subject
Next Message PG Bug reporting form 2019-09-26 12:57:01 BUG #16026: default_tablespace in postgresql.conf is used instead of the database's default.
Previous Message Peter Eisentraut 2019-09-24 08:06:03 Re: Bogus reports from coverage.postgresql.org