Merge branch 'master' into 126-gitlab-10-4
This commit is contained in:
commit
751521c024
59 changed files with 61 additions and 5580 deletions
|
@ -1,10 +0,0 @@
|
|||
diff --git a/Makefile b/Makefile
|
||||
index c822059..342da88 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,4 +1,4 @@
|
||||
-PREFIX=/usr/local
|
||||
+PREFIX=${DESTDIR}/usr
|
||||
PKG=gitlab.com/gitlab-org/gitaly
|
||||
BUILD_DIR=$(shell pwd)
|
||||
BIN_BUILD_DIR=${BUILD_DIR}/_build/bin
|
|
@ -1,21 +0,0 @@
|
|||
diff --git a/config.toml.example b/config.toml.example
|
||||
index 3a987f9..801d192 100644
|
||||
--- a/config.toml.example
|
||||
+++ b/config.toml.example
|
||||
@@ -1,6 +1,6 @@
|
||||
# Example Gitaly configuration file
|
||||
|
||||
-socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
|
||||
+socket_path = "/run/gitlab/sockets/gitaly.socket"
|
||||
|
||||
# # Optional: listen on a TCP socket. This is insecure (no authentication)
|
||||
# listen_addr = "localhost:9999"
|
||||
@@ -12,7 +12,7 @@ socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket"
|
||||
|
||||
[[storage]]
|
||||
name = "default"
|
||||
-path = "/home/git/repositories"
|
||||
+path = "/var/lib/git/repositories"
|
||||
|
||||
# # You can optionally configure more storages for this Gitaly instance to serve up
|
||||
#
|
Loading…
Add table
Add a link
Reference in a new issue