diff --git a/config/software/gitlab-core.rb b/config/software/gitlab-core.rb index 61206b4..573becb 100644 --- a/config/software/gitlab-core.rb +++ b/config/software/gitlab-core.rb @@ -59,6 +59,8 @@ build do command "mkdir -p #{install_dir}/embedded/service/gitlab-core" command "#{install_dir}/embedded/bin/rsync -a --delete --exclude=.git/*** --exclude=.gitignore ./ #{install_dir}/embedded/service/gitlab-core/" + + # Create a wrapper for the rake tasks of the Rails app block do open("#{install_dir}/bin/gitlab-rake", "w") do |file| file.print <<-EOH -- libgit2 0.21.2