status.rake checking gitolite.rc in wrong path

Created by: Razer6

The status rake checks in gitolite.rc the repo permission mask using a relative path starting from the repository path.

print "UMASK for .gitolite.rc is 0007? ............" unless open("#{GIT_HOST['base_path']}/../.gitolite.rc").grep(/REPO_UMASK = 0007/).empty?

If the repositories are stored on a different path, this fails. There must be the home path for the git user where gitolite is cloned to.