Handle post-receive files via gitolite, not gitlab

This commit is contained in:
randx 2012-08-21 20:14:06 +03:00
parent 2e7ca8c866
commit c625293b99
7 changed files with 29 additions and 46 deletions

View file

@ -1,7 +1,12 @@
namespace :gitlab do
namespace :app do
desc "GITLAB | Setup production application"
task :setup => ['db:setup', 'db:seed_fu', 'gitlab:app:enable_automerge']
task :setup => [
'db:setup',
'db:seed_fu',
'gitlab:gitolite:write_hooks',
'gitlab:app:enable_automerge'
]
end
end