Post-receive file missing issue
Created by: surgery18
I followed your instructions to upgrade gitolite v2 to v3. Then I continued following instructions to update gitlabhq to 3.1. This includes rewriting the hooks. However, when running the app:status command, I get this:
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:
* Proj1.....post-receive file missing
* Proj2.....post-receive file missing
* Proj3.....post-receive file missing
........
What should I do to fix this issue?
Also, when looking in a project file folder in the repos folder, I do see the post-receive file as a link in each project and I can look at the data in the file. So, why is it telling me it is missing?
Thanks.