blob: 7d5fd34c7bbb93850b6b4e700d19a18e0317c06d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
GITLAB_VERSION= 17.6.1
GITLAB_PORTREVISION= 2
# Git version gitaly should use (from gitlab mirror)
# Find current tag from Makefile and .gitlab-ci.yaml
# and from https://gitlab.com/gitlab-org/git/-/tags
GITLAB_GIT_VERSION= 2.47.0
# return something like x.yy
GITLAB_GIT_VERSION_SHORT= ${GITLAB_GIT_VERSION:C/^([0-9]*\.[0-9]*)\..*/\1/}
|