Commit 3bc80dd23a77877335911a2f3d40c73d5bcafa15

Authored by Jacob Vosmaer
1 parent b90f5057

Add a comment to the gitlab-core.rb software file

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
config/software/gitlab-core.rb
@@ -59,6 +59,8 @@ build do @@ -59,6 +59,8 @@ build do
59 59
60 command "mkdir -p #{install_dir}/embedded/service/gitlab-core" 60 command "mkdir -p #{install_dir}/embedded/service/gitlab-core"
61 command "#{install_dir}/embedded/bin/rsync -a --delete --exclude=.git/*** --exclude=.gitignore ./ #{install_dir}/embedded/service/gitlab-core/" 61 command "#{install_dir}/embedded/bin/rsync -a --delete --exclude=.git/*** --exclude=.gitignore ./ #{install_dir}/embedded/service/gitlab-core/"
  62 +
  63 + # Create a wrapper for the rake tasks of the Rails app
62 block do 64 block do
63 open("#{install_dir}/bin/gitlab-rake", "w") do |file| 65 open("#{install_dir}/bin/gitlab-rake", "w") do |file|
64 file.print <<-EOH 66 file.print <<-EOH