# remotehooks.py should go in your /local/hooks/repo-specific directory, # along with the (uncommented) format of this file configured for your particular hooks # "cmds" is a list of commands performed locally on the gitolite server, # "remotecmds" contains a recursive directory of commands to run remotely { "": { "remotecmds": { "": { "": { "cmds": [ "", "" ] } } } }, "": { "cmds": [ [ "", "" ] ] } }