From 3bc80dd23a77877335911a2f3d40c73d5bcafa15 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 6 Feb 2014 16:47:33 +0100 Subject: [PATCH] Add a comment to the gitlab-core.rb software file --- config/software/gitlab-core.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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