d05b40114b
Changes: https://about.gitlab.com/releases/2025/01/08/patch-release-gitlab-17-7-1-released/ Security: 2bfde261-cdf2-11ef-b6b2-2cf05da270f3
11 lines
339 B
Makefile
11 lines
339 B
Makefile
GITLAB_VERSION= 17.7.1
|
|
GITLAB_PORTREVISION= 0
|
|
|
|
# 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/}
|
|
|