diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-21 20:14:06 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-21 20:14:06 +0300 |
commit | c625293b995cf21a1b551cecaac3cb742fcb2e66 (patch) | |
tree | 3680e0658fcaaee990867bdd690bc1f7c78d394a /app/views/errors | |
parent | 2e7ca8c866179e78866cba1659dee45185911f5a (diff) | |
download | gitlab-ce-c625293b995cf21a1b551cecaac3cb742fcb2e66.tar.gz |
Handle post-receive files via gitolite, not gitlab
Diffstat (limited to 'app/views/errors')
-rw-r--r-- | app/views/errors/gitolite.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/errors/gitolite.html.haml b/app/views/errors/gitolite.html.haml index 4788c2e5237..50268b1ad27 100644 --- a/app/views/errors/gitolite.html.haml +++ b/app/views/errors/gitolite.html.haml @@ -23,5 +23,3 @@ = preserve do sudo chmod -R 770 /home/git/repositories/ sudo chown -R git:git /home/git/repositories/ - sudo chown gitlab:gitlab /home/git/repositories/**/hooks/post-receive - |