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>2020-04-02 13:49:47 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-04-02 13:49:47 +0300
commit51306758f2d7120b9e5efc6d86c39acd759d54b0 (patch)
tree2e5c10e32a214f3f3039c94481fd1d631bb94c57 /.gitignore
parentb594443c634101551d2aebe79e4c3fc222177502 (diff)
Remove gitaly-remote command
Since the gitaly-remote command was added in 22eb30d2 (Add gitaly-remote binary to add or update remote URL, 2019-03-27), it didn't catch much interest and is not really used anywhere. It does require us to do quite some build hacks, though, because of its dependency on git2go and thus indirectly on libgit2, and in fact building gitaly-remote does not currently work. Furthermore, it breaks our gosec-sast job that performs scanning for security vulnerabilities. So given that we'd require additional hacks to keep gitaly-remote while nobody really uses it, let's instead remove it and the git2go/libgit2 dependencies altogether.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index dcae30693..a8f8f0b3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,8 +5,6 @@ cmd/gitaly-ssh/gitaly-ssh
/gitaly-ssh
cmd/gitaly-wrapper/gitaly-wrapper
/gitaly-wrapper
-cmd/gitaly-remote/gitaly-remote
-/gitaly-remote
**/testdata/gitaly-libexec/
/*.deb
/_support/package/bin
@@ -24,7 +22,6 @@ git-env
/gitaly-debug
/praefect
gitaly.pid
-/vendor/github.com/libgit2/git2go/vendor
/vendor
/gitaly-*.gem
/gitaly-blackbox