Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
More detailed warning about symlinks in repos_path
  • Loading branch information
f0k committed Sep 17, 2013
commit ab730ad4ab622dc164cc024171f07bf3b07a3979
4 changes: 3 additions & 1 deletion config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ http_settings:
self_signed_cert: false

# Repositories path
# REPOS_PATH MUST NOT BE A SYMLINK!!!
# Give the canonicalized absolute pathname,
# REPOS_PATH MUST NOT CONTAIN ANY SYMLINK!!!
# Check twice that none of the components is a symlink, including "/home".
repos_path: "/home/git/repositories"

# File used as authorized_keys for gitlab user
Expand Down