Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 971 Bytes

File metadata and controls

29 lines (18 loc) · 971 Bytes

Gitolite hooking system + hooks.

This is a very simple system for adding hooks to your gitolite repositories. Barely any public hooks here for now but will grow the list over time. Info on setting it up can be found at http://demonastery.org/2012/09/a-hooking-system-for-gitolite/.

Most of these will probably need some editing to work with your setup, so make sure to check out the code before blindly running them.

License.

Consider the scripts here to be in the public domain. However any contributions will be highly valued!

Available Hooks.

test-print

Prints out some information for debugging: Working directory, $GIT_DIR, $oldrev, $newrev, $refname.

update-redmine-repositories

Triggers your local Redmine instance to update all configured repository changesets. More info at http://demonastery.org/2012/10/a-redmine-hook/.

generate-documentation

Builds project documentation to /srv/documentation/PROJECT-NAME/ using Doxygen.