post-receive hook propagation
Created by: jaspertandy
I'm sure I'm missing something super obvious here, but some of my repos (all created via gitlab) don't have a post-receive hook. I updated to 2.9 yesterday and was running bundle exec rake gitlab:app:status RAILS_ENV=production
and it failed on checking that /home/git/.gitolite/hooks/common/post-receive
exists.
I followed instructions to copy the hook to the correct location, and restarted apache/passenger, then ran bundle exec rake gitlab:app:status RAILS_ENV=production
, which now fails on checking that my repos contain a post-receive hook. I've tried re-running gl-setup, which didn't seem to force the hooks to re-propagate - can anyone help with what else I should try? I'm at a bit of a loss here!
Log output of this command running with trace is here, if that helps anyone.