From b42e3c04b00552a84c104e06e8f0d3bc5194f0d7 Mon Sep 17 00:00:00 2001 From: Sami Hiltunen Date: Mon, 25 Jul 2022 16:54:51 +0300 Subject: Rename gitaly-git2go-v15 to gitaly-git2go With the auxiliary binaries packed into the gitaly binary and deployed as a single unit, we no longer need to maintain backwards compatibility between them and Gitaly. This commit drops the now unnecessary major version suffix from the gitaly-git2go binary which was needed due to the major version upgrades causing the type paths to change and thus breaking the Gob protocol between the binaries. --- packed_binaries.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packed_binaries.go') diff --git a/packed_binaries.go b/packed_binaries.go index 16c02f2e4..fe3e435e0 100644 --- a/packed_binaries.go +++ b/packed_binaries.go @@ -11,7 +11,7 @@ import ( // buildDir is the directory path where our build target places the built binaries. const buildDir = "_build/bin" -//go:embed _build/bin/gitaly-hooks _build/bin/gitaly-ssh _build/bin/gitaly-git2go-v15 _build/bin/gitaly-lfs-smudge +//go:embed _build/bin/gitaly-hooks _build/bin/gitaly-ssh _build/bin/gitaly-git2go _build/bin/gitaly-lfs-smudge // // packedBinariesFS contains embedded binaries. If you modify the above embeddings, you must also update // GITALY_PACKED_EXECUTABLES in Makefile and packedBinaries in internal/gitaly/config/config.go. -- cgit v1.2.3