gitbonobo

Bonobo GIT not firing post-receive hook


I did some searching and tried a few things to get an answer to this question but not having any luck. My post-receive script runs fine if I run it from bash. Also, I have changed the git to a full version that does not come with the Bonobo download. I have anonymous set so anyone can pull from the repository to make sure that doesn't cause the issue. Does anyone have some ideas I can try out?


Solution

  • As mentioned in this thread

    Bonobo Git Server itself doesn't provide any interface for adding hooks, but the underlying repositories are stored on the server as the classic bare ones.
    Therefore, you can add hooks and other functionality as you would normally do on your local git repository, but do it on the server.