Commit c7c801a8c093ba4ab8240c9a6e54bf0fb5c7ae8b
1 parent
0b4db635
Exists in
master
and in
17 other branches
Remove backup_restore_hooks path for gitlab-rails
This was fixed upstream on master.
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
config/software/gitlab-rails.rb
@@ -51,9 +51,6 @@ build do | @@ -51,9 +51,6 @@ build do | ||
51 | # the GitLab backup script. | 51 | # the GitLab backup script. |
52 | patch :source => "backup_uploads_realpath.patch" | 52 | patch :source => "backup_uploads_realpath.patch" |
53 | 53 | ||
54 | - # Patch the gitlab backup script to correctly restore gitlab-shell hooks | ||
55 | - patch :source => "backup_restore_hooks.patch" | ||
56 | - | ||
57 | bundle "install --without mysql development test --path=#{install_dir}/embedded/service/gem", :env => env | 54 | bundle "install --without mysql development test --path=#{install_dir}/embedded/service/gem", :env => env |
58 | 55 | ||
59 | # In order to precompile the assets, we need to get to a state where rake can | 56 | # In order to precompile the assets, we need to get to a state where rake can |