Updated app:status & docs with hooks. Removed write_hooks from app:setup

This commit is contained in:
randx 2012-08-21 22:44:49 +03:00
parent d862ebd3b3
commit d1daeba173
3 changed files with 20 additions and 2 deletions

View file

@ -4,7 +4,6 @@ namespace :gitlab do
task :setup => [
'db:setup',
'db:seed_fu',
'gitlab:gitolite:write_hooks',
'gitlab:app:enable_automerge'
]
end