Somebody broke commit hook for git push --tags?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Somebody broke commit hook for git push --tags?
Дата
Msg-id 7845.1569363643@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Somebody broke commit hook for git push --tags?  (Magnus Hagander <magnus@hagander.net>)
Список 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@gitmaster.postgresql.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



В списке pgsql-www по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Bogus reports from coverage.postgresql.org
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Somebody broke commit hook for git push --tags?