Skip to content
Snippets Groups Projects
Commit 0e267db6 authored by Jan-Willem van der Meer's avatar Jan-Willem van der Meer
Browse files

Merge remote-tracking branch 'origin/master' into issue-4-gitlab_url

Conflicts:
	Makefile
parents e12c7325 c403a5f5
No related branches found
No related tags found
1 merge request!4Issue 4 gitlab url
Loading
Loading
@@ -20,7 +20,7 @@ gitlab/config/database.yml:
sed "s|/home/git|${gitlab_development_root}|" database.yml.example > gitlab/config/database.yml
 
gitlab/config/unicorn.rb:
sed "s|/home/git|${gitlab_development_root}|" gitlab/config/unicorn.rb.example > gitlab/config/unicorn.rb
cp gitlab/config/unicorn.rb{.example.development,}
 
gitlab/config/resque.yml:
sed "s|/home/git|${gitlab_development_root}|" redis/resque.yml.example > $@
Loading
Loading
@@ -36,7 +36,7 @@ gitlab-shell/.git:
git clone ${gitlab_shell_repo} gitlab-shell
 
gitlab-shell/config.yml:
sed "s|/home/git|${gitlab_development_root}|;s|:8080/|:3000|" gitlab-shell/config.yml.example > gitlab-shell/config.yml
sed "s|/home/git|${gitlab_development_root}|;s|:8080/|:3000|;s|/usr/bin/redis-cli|$(shell which redis-cli)|" gitlab-shell/config.yml.example > gitlab-shell/config.yml
 
gitlab-shell/.bundle:
cd ${gitlab_development_root}/gitlab-shell && bundle install --without production --jobs 4
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment