Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-09-05 10:42:53 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-09-05 10:42:53 +0300
commit4325481ab92a44ae5de5f58e126fe1202512998a (patch)
tree7afd7ecb9bb3464b9f7e94b00f64cb4eceaa8695 /packed_binaries.go
parent516b9e1684879959073a19cfe7e3a024ee2f95ec (diff)
gitaly-git2go: Remove the now-unused command
Remove the now-unused gitaly-git2o command as well as its supporting infrastructure.
Diffstat (limited to 'packed_binaries.go')
-rw-r--r--packed_binaries.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packed_binaries.go b/packed_binaries.go
index 1ae1a54a2..f589282c0 100644
--- a/packed_binaries.go
+++ b/packed_binaries.go
@@ -16,7 +16,7 @@ const buildDir = "_build/bin"
// 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.
//
-//go:embed _build/bin/gitaly-hooks _build/bin/gitaly-ssh _build/bin/gitaly-git2go _build/bin/gitaly-lfs-smudge _build/bin/gitaly-gpg
+//go:embed _build/bin/gitaly-hooks _build/bin/gitaly-ssh _build/bin/gitaly-lfs-smudge _build/bin/gitaly-gpg
var packedBinariesFS embed.FS
// UnpackAuxiliaryBinaries unpacks the packed auxiliary binaries of Gitaly into destination directory.