Connect to Redis via sockets only
Merge request reports
Activity
15 15 gitlab-config: gitlab/config/gitlab.yml gitlab/config/database.yml gitlab/config/unicorn.rb gitlab/config/resque.yml 16 16 17 17 gitlab/config/gitlab.yml: 18 sed "s|/home/git|${gitlab_development_root}|;s|# user: git|user: $(shell whoami)|" gitlab/config/gitlab.yml.example > gitlab/config/gitlab.yml 18 sed -e "s|/home/git|${gitlab_development_root}|"\ 19 -e "s|# user: git|user: $(shell whoami)|"\ 20 gitlab/config/gitlab.yml.example > gitlab/config/gitlab.yml mentioned in issue #7 (closed)
Please register or sign in to reply