From 41b985fec55df9aa752bdabb733544b209088ef6 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 27 Feb 2014 14:57:20 +0100 Subject: [PATCH] Revert "Remove backup_restore_hooks path for gitlab-rails" --- config/software/gitlab-rails.rb | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/config/software/gitlab-rails.rb b/config/software/gitlab-rails.rb index 151b389..e561023 100644 --- a/config/software/gitlab-rails.rb +++ b/config/software/gitlab-rails.rb @@ -51,6 +51,9 @@ build do # the GitLab backup script. patch :source => "backup_uploads_realpath.patch" + # Patch the gitlab backup script to correctly restore gitlab-shell hooks + patch :source => "backup_restore_hooks.patch" + bundle "install --without mysql development test --path=#{install_dir}/embedded/service/gem", :env => env # In order to precompile the assets, we need to get to a state where rake can -- libgit2 0.21.2