freebsd-ports/devel/gitlab-shell/files/patch-config.yml.example
Torsten Zuehlsdorff 228f03b91c devel/gitlab-shell: Update from 3.0.0 to 3.2.1
v3.2.1
- Allow gitlab-project's fork-project command to fork projects between
  different repository storages

v3.2.0
- Allow GitLab Shell to check for allowed access based on the used Git
  protocol
- Add an error message when using shell commands with incompatible
  GitLab versions

v3.1.0
- Refactor repository paths handling to allow multiple git mount points

v3.0.1
- Update PostReceive worker to provide enqueued_at time.

Approved by: swills (mentor)
2016-10-19 14:08:50 +00:00

11 lines
325 B
Text

--- config.yml.example.orig 2016-07-26 21:04:16 UTC
+++ config.yml.example
@@ -43,7 +43,7 @@ redis:
# Log file.
# Default is gitlab-shell.log in the root directory.
-# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
+log_file: "/var/log/gitlab-shell/gitlab-shell.log"
# Log level. INFO by default
log_level: INFO