$REPO_UMASK doesn't exist in /home/git/.gitolite.rc
Created by: davidvasandani
After running;
sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production
I get these two errors
Repo umask is 0007 in .gitolite.rc? ... no
Try fixing it:
Open /home/git/.gitolite.rc
Find the "$REPO_UMASK" option
Change its value to "0007"
For more information see:
doc/install/installation.md in section "Gitolite"
Please fix the error above and rerun the checks.
and
Allow all Git config keys in .gitolite.rc ... no
Try fixing it:
Open /home/git/.gitolite.rc
Find the "$GL_GITCONFIG_KEYS" option
Change its value to ".*"
For more information see:
doc/install/installation.md in section "Gitolite"
Please fix the error above and rerun the checks.
Is it a bug? There is no $REPO_UMASK
or $GL_GITCONFIG_KEYS
in the file /home/git/.gitolite.rc
But I did find;
UMASK => 0007,
# '.*',
GIT_CONFIG_KEYS => '.*',
in the /home/git/.gitolite.rc
file though.