Ilya,

On 10/13/22 11:37, Илья Шипицин wrote:
I bet that Tim builds haproxy as 2.5 :)

[ilia@fedora .git]$ git describe --tags --match 'v*' --abbrev=0 | cut -c 2-
2.5-dev11
[ilia@fedora .git]$


No, I don't use my fork at all, except when needing to test a GitHub Actions related change. I use my local repository which has the repository at git.haproxy.org as the upstream:

$ g remote show origin
* remote origin
  Fetch URL: http://git.haproxy.org/git/haproxy.git/
  Push  URL: http://git.haproxy.org/git/haproxy.git/
  HEAD branch: master

Of course my local repository gets all tags from the upstream.

----

I consider the behavior of the version number generation to be the correct one. Your working copy should always be updated from the official upstream.

Best regards
Tim Düsterhus

Reply via email to