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:
authorKamil Trzciński <ayufan@ayufan.eu>2021-05-18 12:35:55 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2021-05-18 12:35:58 +0300
commite261a892553573eee514cef021b13419c24de1a6 (patch)
tree9de8d73c8d1802056400b106c480d7b58e9d5d4a /config.toml.example
parenta5e7fb80acbe80f0bc26a289fc0e37e481e970c5 (diff)
config: update a bin_dir of config.toml.example
A default usage of `make` does compile binaries in `_build/bin`. To make a `config.toml.example` be easy to use in a default setting this aligns `bin_dir` with this change. If a `make install` is done, a default `DESTDIR=/usr/local/bin` a `bin_dir` needs to be aligned as well.
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 223e91d4e..eaa23fd8e 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -5,7 +5,7 @@
socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
# The directory where Gitaly's executables are stored
-bin_dir = "/home/git/gitaly"
+bin_dir = "/home/git/gitaly/_build/bin"
# # Optional: listen on a TCP socket. This is insecure (no authentication)
# listen_addr = "localhost:9999"