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>2021-10-19 09:14:25 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-20 16:55:18 +0300
commitb93774f6586125a8865910832db4fceddd5d76c2 (patch)
tree6fa500a58268cf35da0c0345f5c04c5399504a03 /.gitignore
parentaec413230e6bce8782ae72d95d2d3cb312ebe923 (diff)
Makefile: Stop installing binaries into source dir
With commit eb6fd6056 (Makefile: Stop installing binaries into source dir, 2021-05-07), we stopped installing Gitaly binaries into its root directory given that all users should either use the installed location, or alternatively use the directory in "_build/bin". This change had been reverted due to a regression, where the init.d script in Rails was still using the old location of Gitaly [1]. The issue has since been fixed by adjusting paths in the script to point into our build directory. Reintroduce the change and stop installing binaries into the root directory. To avoid existing installations from silently continuing to use the old, outdated binaries, we also delete them from the source directory. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/331758
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index f202b4557..8e0817d8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,3 @@
-# Top-level executables
-/gitaly
-/gitaly-backup
-/gitaly-blackbox
-/gitaly-debug
-/gitaly-git2go-v*
-/gitaly-hooks
-/gitaly-lfs-smudge
-/gitaly-ssh
-/gitaly-wrapper
-/praefect
-
# Generic artifacts
/_build/
/*.deb