post-receive file missing
Created by: icholy
post-receive
file exists
The home/git/.gitolite/hooks/common/
-rwxr-xr-x 1 git git 478 Nov 23 09:17 /post-receive*
There's a symlink to it in my project
/home/git/repositories/my_repo.git/hooks/
lrwxrwxrwx 1 gitlab git 45 Nov 23 09:41 post-receive -> /home/git/.gitolite/hooks/common/post-receive*
But app:status says it's missing.
$ sudo -u gitlab -H bundle exec rake gitlab:app:status RAILS_ENV=production
Starting diagnostics
config/database.yml............exists
config/gitlab.yml............exists
/home/git/repositories/............exists
/home/git/repositories/ is writable?............YES
Can clone gitolite-admin?............YES
Can git commit?............YES
UMASK for .gitolite.rc is 0007? ............YES
/home/git/share/gitolite/hooks/common/post-receive exists? ............YES
Validating projects repositories:
* my_repo.....post-receive file missing
Finished