www-servers/gitlab-gitaly:

Emergency fix: Use correct installation path of gitlab-shell in the config file.

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Manuel Friedli 2017-09-06 15:32:51 +02:00
parent 6eb0d52c26
commit 6a789c8adc
4 changed files with 13 additions and 5 deletions

View file

@ -1,5 +1,5 @@
diff --git a/config.toml.example b/config.toml.example
index 5fe3942..dd78c46 100644
index 5fe3942..d7fab3a 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -1,6 +1,6 @@
@ -29,4 +29,4 @@ index 5fe3942..dd78c46 100644
[gitlab-shell]
# The directory where gitlab-shell is installed
-dir = "/home/git/gitlab-shell"
+dir = "/var/lib/gitlab-shell"
+dir = "/usr/share/gitlab-shell"