"sudo chmod -R ug+rwXs,o-rwx /home/git/repositories/" doesn't work under Debian 6.0.6
Created by: ufukbay
When I installed GitLab 4.0 on a clean Debian 6.0.6 installation and run "sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production", it didn't pass the "Repo base access is drwsrws---?" check. Afore-mentioned check checks if the "/home/git/repositories" is "6770" and its only possible to chmod to "2770", so the Set UID bit can't be set on the owner due to security reasons under most Unix systems (at least that is what I came up with after doing some google search).
GitLab is running without errors though. I could create a new admin user, new project and push to it. I didn't have this GitLab check error on GitLab Version 3.1 which was installed before on the same server. Maybe this is a very specific behaviour on Debian 6.0.6 but I would like to know if not beeing able to chmod to "6770" has any side effects for GitLab.